aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
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
commit5585db0c6ee5da17b36e6c9cefeb8024968b86c7 (patch)
tree04f1f14d56845d5260b96fb5e32fb70bb376f978 /test/DebugInfo
parentde9e4ce24a18c5fdc4d239a7301c36b91e4e1ff3 (diff)
downloadexternal_llvm-5585db0c6ee5da17b36e6c9cefeb8024968b86c7.zip
external_llvm-5585db0c6ee5da17b36e6c9cefeb8024968b86c7.tar.gz
external_llvm-5585db0c6ee5da17b36e6c9cefeb8024968b86c7.tar.bz2
Enable target tripple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2009-01-29-MethodDeclaration.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-01-29-MethodDeclaration.ll b/test/DebugInfo/2009-01-29-MethodDeclaration.ll
index e7287e2..6d1e1e9 100644
--- a/test/DebugInfo/2009-01-29-MethodDeclaration.ll
+++ b/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* }