[llvm-commits] [llvm] r105257 - /llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll

Bill Wendling isanbard at gmail.com
Mon May 31 14:47:24 PDT 2010


Author: void
Date: Mon May 31 16:47:24 2010
New Revision: 105257

URL: http://llvm.org/viewvc/llvm-project?rev=105257&view=rev
Log:
Debreak test for non-Darwin.

Modified:
    llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll

Modified: llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll?rev=105257&r1=105256&r2=105257&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-05-25-DotDebugLoc.ll Mon May 31 16:47:24 2010
@@ -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 }





More information about the llvm-commits mailing list