From de9e4ce24a18c5fdc4d239a7301c36b91e4e1ff3 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 30 Jan 2009 01:37:30 +0000 Subject: [PATCH] Linux and other target's encoding for DW_AT_declaration may not match. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63360 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/2009-01-29-MethodDeclaration.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/2009-01-29-MethodDeclaration.ll b/test/DebugInfo/2009-01-29-MethodDeclaration.ll index 323135f5210..e7287e26512 100644 --- a/test/DebugInfo/2009-01-29-MethodDeclaration.ll +++ b/test/DebugInfo/2009-01-29-MethodDeclaration.ll @@ -1,5 +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*" %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* }