[llvm-commits] [llvm] r63361 - /llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll
Devang Patel
dpatel at apple.com
Thu Jan 29 17:40:58 PST 2009
Author: dpatel
Date: Thu Jan 29 19:40:58 2009
New Revision: 63361
URL: http://llvm.org/viewvc/llvm-project?rev=63361&view=rev
Log:
Enable target tripple.
Modified:
llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll
Modified: llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll?rev=63361&r1=63360&r2=63361&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll (original)
+++ llvm/trunk/test/DebugInfo/2009-01-29-MethodDeclaration.ll Thu Jan 29 19:40:58 2009
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc | grep 0x3C | count 1
; Check DW_AT_declaration attribute for class method foo.
-; target triple = "i386-apple-darwin*"
+target triple = "i386-apple-darwin*"
%llvm.dbg.anchor.type = type { i32, i32 }
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* }
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i8* }
More information about the llvm-commits
mailing list