summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-02-17 20:02:26 +0000
committerAdrian Prantl <aprantl@apple.com>2017-02-17 20:02:26 +0000
commite6c6a945ca93432c930cf255dbf55069377d4426 (patch)
treeaeeefd3f6d86d636fd23a440e57279768b59c139
parentf6cf1032fd78cb0665497fe460013ce18c86da13 (diff)
downloadbcm5719-llvm-e6c6a945ca93432c930cf255dbf55069377d4426.tar.gz
bcm5719-llvm-e6c6a945ca93432c930cf255dbf55069377d4426.zip
Fix windows bots by locking down the target triple on this testcase.
llvm-svn: 295490
-rw-r--r--llvm/test/DebugInfo/X86/FrameIndexExprs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/FrameIndexExprs.ll b/llvm/test/DebugInfo/X86/FrameIndexExprs.ll
index a964688cd97..8b2cefc4f8f 100644
--- a/llvm/test/DebugInfo/X86/FrameIndexExprs.ll
+++ b/llvm/test/DebugInfo/X86/FrameIndexExprs.ll
@@ -1,6 +1,6 @@
; PR31381: An assertion in the DWARF backend when fragments in MMI slots are
; sorted by largest offset first.
-; RUN: %llc_dwarf -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
; CHECK: DW_TAG_formal_parameter
; CHECK: DW_TAG_formal_parameter
; CHECK-NEXT: DW_AT_location [DW_FORM_exprloc] (<0xa> 91 78 93 03 93 06 91 7d 93 03 )
OpenPOWER on IntegriCloud