From 1a764f93a0fc3f0bd45fb4e839e1dce7637cc8ec Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 31 May 2010 21:47:24 +0000 Subject: [PATCH] Debreak test for non-Darwin. llvm-svn: 105257 --- llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll b/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll index 4c477ee7d055..52e948428952 100644 --- a/llvm/test/DebugInfo/2010-05-25-DotDebugLoc.ll +++ b/llvm/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 }