Move `REQUIRES:` line to the top
authorFangrui Song <maskray@google.com>
Tue, 26 Jun 2018 17:44:23 +0000 (17:44 +0000)
committerFangrui Song <maskray@google.com>
Tue, 26 Jun 2018 17:44:23 +0000 (17:44 +0000)
llvm-svn: 335635

llvm/test/Assembler/return-column.s
llvm/test/MC/AsmParser/debug-empty-source.s
llvm/test/MC/AsmParser/debug-no-source.s
llvm/test/MC/AsmParser/macro-duplicate-params-names-err.s
llvm/test/MC/ELF/cfi-large-model.s
llvm/test/MC/ELF/compression.s
llvm/test/MC/ELF/dwarf-file0.s
llvm/test/MC/ELF/dwarf-loc0.s
llvm/test/MC/ELF/nocompression.s
llvm/test/MC/X86/x86_64-asm-match.s
llvm/test/tools/lto/no-bitcode.s

index 6d57923..8fade82 100644 (file)
@@ -1,6 +1,6 @@
+// REQUIRES: x86-registered-target
 // RUN: llvm-mc -triple i686-unknown-linux-gnu -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-ASM-ROUNDTRIP
 // RUN: llvm-mc -triple i686-unknown-linux-gnu -filetype obj -o - %s | llvm-objdump -dwarf=frames - | FileCheck %s -check-prefix CHECK-EH_FRAME
-// REQUIRES: x86-registered-target
 
        .text
 
index d71b237..a2709f1 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: llvm-mc %s -o -| FileCheck %s
 // REQUIRES: default_triple
+// RUN: llvm-mc %s -o -| FileCheck %s
 
 .file 1 "dir1" "foo" source ""
 
index f9fa037..67ae711 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: llvm-mc %s | FileCheck %s
 // REQUIRES: default_triple
+// RUN: llvm-mc %s | FileCheck %s
 
 .file 1 "dir1/foo"
 
index f25acc3..b4e4fcb 100644 (file)
@@ -1,6 +1,6 @@
+// REQUIRES: default_triple
 // RUN: not llvm-mc %s 2> %t
 // RUN: FileCheck < %t %s
-// REQUIRES: default_triple
 
 .macro M a a
 .endm
index 13e64d3..5883164 100644 (file)
@@ -1,10 +1,10 @@
+// REQUIRES: powerpc-registered-target
+// REQUIRES: x86-registered-target
 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -large-code-model %s \
 // RUN:   -o - | llvm-readobj -s -sd | FileCheck --check-prefix=CHECK-X86 %s
 // RUN: llvm-mc -filetype=obj -triple powerpc64le-linux-gnu -large-code-model %s \
 // RUN:   -o - | llvm-readobj -s -sd | FileCheck --check-prefix=CHECK-PPC %s
 
-// REQUIRES: x86-registered-target
-// REQUIRES: powerpc-registered-target
 
 // CHECK-X86:      Section {
 // CHECK-X86:        Index:
index ed38551..517112e 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: zlib
 // Check zlib-gnu style
 // RUN: llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu < %s -o %t
 // RUN: llvm-objdump -s %t | FileCheck --check-prefix=CHECK-GNU-STYLE %s
@@ -13,8 +14,6 @@
 // RUN:     | llvm-readobj -symbols - | FileCheck --check-prefix=386-SYMBOLS-ZLIB %s
 // RUN: llvm-readobj -sections %t | FileCheck --check-prefix=ZLIB-STYLE-FLAGS %s
 
-// REQUIRES: zlib
-
 // Don't compress small sections, such as this simple debug_abbrev example
 // CHECK-GNU-STYLE: Contents of section .debug_abbrev:
 // CHECK-GNU-STYLE-NOT: ZLIB
index 11648c8..ef16ee3 100644 (file)
@@ -1,9 +1,9 @@
+# REQUIRES: default_triple
 # RUN: llvm-mc -dwarf-version 4 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-4
 # RUN: llvm-mc -dwarf-version 4 %s -filetype=asm -o - | FileCheck %s --check-prefixes=ASM,ASM-4
 # RUN: llvm-mc -dwarf-version 4 %s -filetype=asm -o - 2>&1 | FileCheck %s --check-prefix=WARN
 # RUN: llvm-mc -dwarf-version 5 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s --check-prefixes=CHECK,CHECK-5
 # RUN: llvm-mc -dwarf-version 5 %s -filetype=asm -o - | FileCheck %s --check-prefixes=ASM,ASM-5
-# REQUIRES: default_triple
 # Darwin is stuck on DWARF v2.
 # XFAIL: darwin
         .file 0 "/test" "root.cpp"
index e19fa6d..8fed6bb 100644 (file)
@@ -1,6 +1,6 @@
+# REQUIRES: default_triple
 # RUN: llvm-mc -dwarf-version 5 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
 # RUN: not llvm-mc -dwarf-version 4 %s -filetype=asm -o - 2>&1 | FileCheck %s -check-prefix=ERR
-# REQUIRES: default_triple
 # Darwin line table is stuck on DWARF v2.
 # XFAIL: darwin
 # Show that ".loc 0" works in DWARF v5, gets an error for earlier versions.
index 66147b0..2c82d4f 100644 (file)
@@ -1,6 +1,5 @@
+// REQUIRES: nozlib
 // RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
 // RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
 
-// REQUIRES: nozlib
-
 // CHECK: llvm-mc{{[^:]*}}: error: build tools with zlib to enable -compress-debug-sections
index a0ef1c1..303b1c5 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: llvm-mc -triple x86_64-unknown-unknown  -debug-only=asm-matcher  %s 2>&1 | FileCheck %s
 // REQUIRES: asserts
+// RUN: llvm-mc -triple x86_64-unknown-unknown  -debug-only=asm-matcher  %s 2>&1 | FileCheck %s
 
 // CHECK: AsmMatcher: found 4 encodings with mnemonic 'pshufb'
 // CHECK: Trying to match opcode MMX_PSHUFBrr
index 82f92f6..2672d2f 100644 (file)
@@ -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