[llvm-commits] [llvm] r63244 - /llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll

Dan Gohman gohman at apple.com
Wed Jan 28 14:14:58 PST 2009


Author: djg
Date: Wed Jan 28 16:14:58 2009
New Revision: 63244

URL: http://llvm.org/viewvc/llvm-project?rev=63244&view=rev
Log:
Give this test an explicit target, to make it host-independent.

Modified:
    llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll

Modified: llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll?rev=63244&r1=63243&r2=63244&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-28-ArrayType.ll Wed Jan 28 16:14:58 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep 0x49 | count 7
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep 0x49 | count 7
 ; Count number of DW_AT_Type attributes.
 	%llvm.dbg.anchor.type = type { i32, i32 }
 	%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* }





More information about the llvm-commits mailing list