mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-09 05:31:37 +00:00
[XRay][DebugInfo] Update the test to use a specific target
Follow-up to D37791. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dbaacccc31
commit
6b7704603b
@ -1,9 +1,9 @@
|
||||
; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
|
||||
; RUN: llc -mtriple=x86_64-pc-linux -split-dwarf-file=input.dwo -O3 \
|
||||
; RUN: -function-sections -data-sections \
|
||||
; RUN: -relocation-model=pic -filetype=asm \
|
||||
; RUN: -generate-type-units -o - %s | \
|
||||
; RUN: FileCheck %s --check-prefix=CHECK-ASM
|
||||
; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
|
||||
; RUN: llc -mtriple=x86_64-pc-linux -split-dwarf-file=input.dwo -O3 \
|
||||
; RUN: -function-sections -data-sections \
|
||||
; RUN: -relocation-model=pic -filetype=obj \
|
||||
; RUN: -generate-type-units -o - %s | \
|
||||
|
Loading…
Reference in New Issue
Block a user