diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-06-27 21:11:43 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-06-27 21:11:43 +0000 |
| commit | d25187ff9f064ecf5235aa49b04a095c15d51e72 (patch) | |
| tree | dc48e018a5d9e5710cf647027ae68d7ef57aa8a6 /llvm | |
| parent | 5b455f0b62fbd0767ac4faa1cbb01f41799834a3 (diff) | |
| download | bcm5719-llvm-d25187ff9f064ecf5235aa49b04a095c15d51e72.tar.gz bcm5719-llvm-d25187ff9f064ecf5235aa49b04a095c15d51e72.zip | |
Don't use %llc_dwarf for target-specific tests.
Should fix running them on windows.
llvm-svn: 240892
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/AArch64/bitfields.ll | 3 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/X86/bitfields.ll | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/AArch64/bitfields.ll b/llvm/test/DebugInfo/AArch64/bitfields.ll index 317c3dd388e..5f0caab286b 100644 --- a/llvm/test/DebugInfo/AArch64/bitfields.ll +++ b/llvm/test/DebugInfo/AArch64/bitfields.ll @@ -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 { diff --git a/llvm/test/DebugInfo/X86/bitfields.ll b/llvm/test/DebugInfo/X86/bitfields.ll index f000691411a..e895fd67e03 100644 --- a/llvm/test/DebugInfo/X86/bitfields.ll +++ b/llvm/test/DebugInfo/X86/bitfields.ll @@ -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 { |

