summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-30 01:40:58 +0000
committerDevang Patel <dpatel@apple.com>2009-01-30 01:40:58 +0000
commitacbb381cc41437533533a62c34fce03d74bd541f (patch)
tree611367e70eb7a3d45a16534d7024bfb8f2c79936 /llvm
parenta103ee4f0da82743d0e13b51ae5c338586e4f288 (diff)
downloadbcm5719-llvm-acbb381cc41437533533a62c34fce03d74bd541f.tar.gz
bcm5719-llvm-acbb381cc41437533533a62c34fce03d74bd541f.zip
Enable target tripple.
llvm-svn: 63361
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll b/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll
index e7287e26512..6d1e1e91b15 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* }
OpenPOWER on IntegriCloud