From acbb381cc41437533533a62c34fce03d74bd541f Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 30 Jan 2009 01:40:58 +0000 Subject: [PATCH] Enable target tripple. llvm-svn: 63361 --- llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll b/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll index e7287e265121..6d1e1e91b15a 100644 --- a/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll +++ b/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll @@ -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* }