[llvm] r313243 - [XRay][DebugInfo] Update the test to use a specific target
Dean Michael Berris via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 14 02:58:25 PDT 2017
Author: dberris
Date: Thu Sep 14 02:58:25 2017
New Revision: 313243
URL: http://llvm.org/viewvc/llvm-project?rev=313243&view=rev
Log:
[XRay][DebugInfo] Update the test to use a specific target
Follow-up to D37791.
Modified:
llvm/trunk/test/DebugInfo/X86/xray-split-dwarf-interaction.ll
Modified: llvm/trunk/test/DebugInfo/X86/xray-split-dwarf-interaction.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/xray-split-dwarf-interaction.ll?rev=313243&r1=313242&r2=313243&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/xray-split-dwarf-interaction.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/xray-split-dwarf-interaction.ll Thu Sep 14 02:58:25 2017
@@ -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 | \
More information about the llvm-commits
mailing list