summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-27 23:12:48 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-27 23:12:48 +0000
commit873106a93286d1efa07dcf4b5ba6811c78844fc2 (patch)
treebcf347d8adcfda33159373007450b60383a31c86
parent06da55e7d0c135110ab9aee5b1b880daa3c4a5f4 (diff)
downloadbcm5719-llvm-873106a93286d1efa07dcf4b5ba6811c78844fc2.tar.gz
bcm5719-llvm-873106a93286d1efa07dcf4b5ba6811c78844fc2.zip
Force a triple to make this test pass on Darwin.
llvm-svn: 132228
-rw-r--r--llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index 51a3c6c8e16..2fceab6f091 100644
--- a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
+++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=x86-64 -O2 < %s | FileCheck %s
-; RUN: llc -march=x86-64 -O2 -regalloc=basic < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -O2 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s
; Test to check .debug_loc support. This test case emits many debug_loc entries.
; CHECK: Loc expr size
OpenPOWER on IntegriCloud