aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-05-31 21:47:24 +0000
committerBill Wendling <isanbard@gmail.com>2010-05-31 21:47:24 +0000
commit21330544df104c1551978888007076297407e110 (patch)
treedcb4dcb194ce14eade41c33ece48494aca458989 /test/DebugInfo
parent2914ba6ec793e2bb0e9ca5891af1d29ee2fee28e (diff)
downloadexternal_llvm-21330544df104c1551978888007076297407e110.zip
external_llvm-21330544df104c1551978888007076297407e110.tar.gz
external_llvm-21330544df104c1551978888007076297407e110.tar.bz2
Debreak test for non-Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2010-05-25-DotDebugLoc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-05-25-DotDebugLoc.ll b/test/DebugInfo/2010-05-25-DotDebugLoc.ll
index 4c477ee..52e9484 100644
--- a/test/DebugInfo/2010-05-25-DotDebugLoc.ll
+++ b/test/DebugInfo/2010-05-25-DotDebugLoc.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O2 < %s | grep debug_loc12
+; RUN: llc -O2 < %s -mtriple=x86_64-apple-darwin | grep debug_loc12
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
%0 = type { double }