Don't use %llc_dwarf for target-specific tests.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 27 Jun 2015 21:11:43 +0000 (21:11 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 27 Jun 2015 21:11:43 +0000 (21:11 +0000)
Should fix running them on windows.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240892 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/AArch64/bitfields.ll
test/DebugInfo/X86/bitfields.ll

index 317c3dd388ed1aad8fbf0e0cd766a552d60fd151..5f0caab286b8e89df46598acedd05c29c67d3e95 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: %llc_dwarf -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s
+; RUN: llc -mtriple aarch64_be-gnu-linux -O0 -filetype=obj -o %t_be.o %s
 ; RUN: llvm-dwarfdump -debug-dump=info %t_be.o | FileCheck %s
-; REQUIRES: object-emission
 
 ; Produced at -O0 from:
 ; struct bitfield {
index f000691411a25769d10f2c155966cd7eafcdef4c..e895fd67e03de5ab560985868ba0359c51b45736 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: %llc_dwarf -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s
+; RUN: llc -mtriple x86_64-apple-macosx -O0 -filetype=obj -o %t_le.o %s
 ; RUN: llvm-dwarfdump -debug-dump=info %t_le.o | FileCheck %s
-; REQUIRES: object-emission
 
 ; Produced at -O0 from:
 ; struct bitfield {