Hopefully fix debug-info-blocks.ll test on win32 bot
authorKeno Fischer <kfischer@college.harvard.edu>
Sat, 19 Dec 2015 03:32:23 +0000 (03:32 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Sat, 19 Dec 2015 03:32:23 +0000 (03:32 +0000)
llc_dwarf adds an mtriple, which forces this to use COFF, causing
the test to fail. Hopefully using regular llc without the triple
will work fine everywhere

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

test/CodeGen/ARM/debug-info-blocks.ll

index e0bc84963f23f790c415878db704e0c8ddf1dd70..c628c5e9038da55fd65d4f5aadd5b7e08ece1de7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump  - | FileCheck %s
+; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump - | FileCheck %s
 
 ; debug_info content
 ; CHECK: DW_AT_name {{.*}} "foobar_func_block_invoke_0"