]> granicus.if.org Git - llvm/commitdiff
[XRay][DebugInfo] Update the test to use a specific target
authorDean Michael Berris <dberris@google.com>
Thu, 14 Sep 2017 09:58:25 +0000 (09:58 +0000)
committerDean Michael Berris <dberris@google.com>
Thu, 14 Sep 2017 09:58:25 +0000 (09:58 +0000)
Follow-up to D37791.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313243 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 2773a737f545ec3d829ac22e0b50c5da8e5f44fc..67295bdcddcd5cbf73538706bdbc69c0e46d81df 100644 (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 | \