diff options
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll b/llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll index 5ef1ce105ea..1510a4f8096 100644 --- a/llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll +++ b/llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll @@ -1,7 +1,7 @@  ; REQUIRES: object-emission  ; Verify that DWARF v5 accelerator tables work with split-dwarf. -; RUN: %llc_dwarf -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \ +; RUN: llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \  ; RUN:   -accel-tables=Dwarf -filetype=obj -o %t < %s  ; RUN: llvm-dwarfdump -debug-names - <%t | FileCheck %s  | 

