diff options
| author | Fangrui Song <maskray@google.com> | 2018-06-26 17:44:23 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-06-26 17:44:23 +0000 |
| commit | ee15d3dcdb459245820adb443d81f535d7d19f65 (patch) | |
| tree | 76340a94260b42908e3e2b5643370290ad421638 /llvm/test/tools | |
| parent | 5c200be258e6ec147b804880909afa8fb3ba822d (diff) | |
| download | bcm5719-llvm-ee15d3dcdb459245820adb443d81f535d7d19f65.tar.gz bcm5719-llvm-ee15d3dcdb459245820adb443d81f535d7d19f65.zip | |
Move `REQUIRES:` line to the top
llvm-svn: 335635
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/lto/no-bitcode.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/lto/no-bitcode.s b/llvm/test/tools/lto/no-bitcode.s index 82f92f60b02..2672d2fa128 100644 --- a/llvm/test/tools/lto/no-bitcode.s +++ b/llvm/test/tools/lto/no-bitcode.s @@ -1,5 +1,5 @@ -; libLTO.dylib shouldn't assert on invalid inputs. ; REQUIRES: arm-registered-target +; libLTO.dylib shouldn't assert on invalid inputs. ; RUN: llvm-mc -triple=arm64-apple-ios7.0.0 -filetype=obj -o %t.o ; RUN: llvm-ar r %t.a %t.o ; RUN: %ld64 -lto_library %llvmshlibdir/libLTO.dylib -arch x86_64 -dylib -mllvm -O0 -o %t.dylib %t.a |

