diff options
| author | Keno Fischer <kfischer@college.harvard.edu> | 2015-12-19 03:32:23 +0000 |
|---|---|---|
| committer | Keno Fischer <kfischer@college.harvard.edu> | 2015-12-19 03:32:23 +0000 |
| commit | f7346e0a6c8cbfceae05581dd27810ba92e9e849 (patch) | |
| tree | 3d55cb6d49f44918e0b766b449fbce3c15128166 /llvm/test | |
| parent | ac9f5a9c147b0b8e29deaf546a1ef81f33f10b24 (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | llvm/test/CodeGen/ARM/debug-info-blocks.ll | 2 |
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" |

