mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
DebugInfo: Fix convert-loclist.ll Split DWARF variant to use a hardcoded triple
Since we don't support Split DWARF emission on non-ELF formats, hardcode an elfine triple (we don't have a way to ask for "any ELF triple" it seems, so hardcoded will have to do)
This commit is contained in:
parent
fb5e7af6ce
commit
ef2854822b
@ -1,6 +1,6 @@
|
||||
; RUN: %llc_dwarf -filetype=obj < %s \
|
||||
; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
|
||||
; RUN: %llc_dwarf -split-dwarf-file=foo.dwo -filetype=obj < %s \
|
||||
; RUN: llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo -filetype=obj < %s \
|
||||
; RUN: | llvm-dwarfdump -debug-info -debug-loclists - | FileCheck %s
|
||||
|
||||
; CHECK: 0x{{0*}}[[TYPE:.*]]: DW_TAG_base_type
|
||||
|
Loading…
x
Reference in New Issue
Block a user