Skip to content

Commit d7b3add

Browse files
committedSep 14, 2017
[XRay][DebugInfo] Update the test to use a specific target
Follow-up to D37791. llvm-svn: 313243
1 parent 7376ae8 commit d7b3add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎llvm/test/DebugInfo/X86/xray-split-dwarf-interaction.ll

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
1+
; RUN: llc -mtriple=x86_64-pc-linux -split-dwarf-file=input.dwo -O3 \
22
; RUN: -function-sections -data-sections \
33
; RUN: -relocation-model=pic -filetype=asm \
44
; RUN: -generate-type-units -o - %s | \
55
; RUN: FileCheck %s --check-prefix=CHECK-ASM
6-
; RUN: %llc_dwarf -split-dwarf-file=input.dwo -O3 \
6+
; RUN: llc -mtriple=x86_64-pc-linux -split-dwarf-file=input.dwo -O3 \
77
; RUN: -function-sections -data-sections \
88
; RUN: -relocation-model=pic -filetype=obj \
99
; RUN: -generate-type-units -o - %s | \

0 commit comments

Comments
 (0)