summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2015-12-19 03:32:23 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2015-12-19 03:32:23 +0000
commitf7346e0a6c8cbfceae05581dd27810ba92e9e849 (patch)
tree3d55cb6d49f44918e0b766b449fbce3c15128166 /llvm/test/CodeGen/ARM
parentac9f5a9c147b0b8e29deaf546a1ef81f33f10b24 (diff)
downloadbcm5719-llvm-f7346e0a6c8cbfceae05581dd27810ba92e9e849.tar.gz
bcm5719-llvm-f7346e0a6c8cbfceae05581dd27810ba92e9e849.zip
Hopefully fix debug-info-blocks.ll test on win32 bot
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 llvm-svn: 256084
Diffstat (limited to 'llvm/test/CodeGen/ARM')
-rw-r--r--llvm/test/CodeGen/ARM/debug-info-blocks.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/debug-info-blocks.ll b/llvm/test/CodeGen/ARM/debug-info-blocks.ll
index e0bc84963f2..c628c5e9038 100644
--- a/llvm/test/CodeGen/ARM/debug-info-blocks.ll
+++ b/llvm/test/CodeGen/ARM/debug-info-blocks.ll
@@ -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"
OpenPOWER on IntegriCloud