1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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

llvm-svn: 330414
This commit is contained in:
Andrew Ng 2018-04-20 10:44:42 +00:00
parent c7d8ceacbd
commit 5145f7f5f7

View File

@ -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