Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit eca393c

Browse files
committed
[DebugInfo] Fix for split dwarf test on Windows (NFC)
On Windows, %llc_dwarf automatically adds -mtriple causing this test to error. Changed %llc_dwarf to llc. Differential Revision: https://reviews.llvm.org/D45869 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330414 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 35a415f commit eca393c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/X86/debug-names-split-dwarf.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; REQUIRES: object-emission
22

33
; Verify that DWARF v5 accelerator tables work with split-dwarf.
4-
; RUN: %llc_dwarf -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \
4+
; RUN: llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo \
55
; RUN: -accel-tables=Dwarf -filetype=obj -o %t < %s
66
; RUN: llvm-dwarfdump -debug-names - <%t | FileCheck %s
77

0 commit comments

Comments
 (0)