[XRay][DebugInfo] Update the test to use a specific target

Follow-up to D37791.

llvm-svn: 313243
This commit is contained in:
Dean Michael Berris 2017-09-14 09:58:25 +00:00
parent 7376ae88eb
commit d7b3add7c4
1 changed files with 2 additions and 2 deletions

View File

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