diff options
| author | Devang Patel <dpatel@apple.com> | 2009-01-30 01:37:30 +0000 | 
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-01-30 01:37:30 +0000 | 
| commit | a103ee4f0da82743d0e13b51ae5c338586e4f288 (patch) | |
| tree | f36c34b40f8e989af18782b5200e05a1454538b0 /llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll | |
| parent | ed255b3d8e85784fc725dcda6540655b09b7116c (diff) | |
| download | bcm5719-llvm-a103ee4f0da82743d0e13b51ae5c338586e4f288.tar.gz bcm5719-llvm-a103ee4f0da82743d0e13b51ae5c338586e4f288.zip | |
Linux and other target's  encoding for DW_AT_declaration may not match.
llvm-svn: 63360
Diffstat (limited to 'llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll')
| -rw-r--r-- | llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll b/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll index 323135f5210..e7287e26512 100644 --- a/llvm/test/DebugInfo/2009-01-29-MethodDeclaration.ll +++ b/llvm/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* } | 

