diff options
| author | Wolfgang Pieb <Wolfgang.Pieb@sony.com> | 2018-01-30 01:11:46 +0000 |
|---|---|---|
| committer | Wolfgang Pieb <Wolfgang.Pieb@sony.com> | 2018-01-30 01:11:46 +0000 |
| commit | 52dd7616c548cba27e3259e811f07fac4c4e6b03 (patch) | |
| tree | 091fec2ffe0059b6b86d956a108e0f4dee53c642 | |
| parent | d0eb3092ac0b719ee044f0c3d1f34b71d78161b1 (diff) | |
| download | bcm5719-llvm-52dd7616c548cba27e3259e811f07fac4c4e6b03.tar.gz bcm5719-llvm-52dd7616c548cba27e3259e811f07fac4c4e6b03.zip | |
[DWARF] Corrected test committed in r323670 to use llc instead of llc_dwarf to avoid multiple triples.
llvm-svn: 323721
| -rw-r--r-- | llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll b/llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll index 7eb765f4175..49006876b7d 100644 --- a/llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll +++ b/llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll @@ -1,7 +1,7 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu -filetype=obj < %s | llvm-dwarfdump -v - | \ +; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj < %s | llvm-dwarfdump -v - | \ ; RUN: FileCheck --check-prefix=DEFAULT --check-prefix=BOTH %s -; RUN: %llc_dwarf -mtriple=x86_64-unknown-linux-gnu -filetype=obj -generate-type-units < %s | \ +; RUN: llc -mtriple=x86_64-unknown-linux-gnu -filetype=obj -generate-type-units < %s | \ ; RUN: llvm-dwarfdump -v - | FileCheck --check-prefix=TYPEUNITS --check-prefix=BOTH %s ; ; Check that we generate the DWARF v5 string offsets section correctly when we |

