Linux and other target's encoding for DW_AT_declaration may not match.
llvm-svn: 63360
This commit is contained in:
parent
ed255b3d8e
commit
a103ee4f0d
|
|
@ -1,5 +1,6 @@
|
||||||
; RUN: llvm-as < %s | llc | grep 0x3C | count 1
|
; RUN: llvm-as < %s | llc | grep 0x3C | count 1
|
||||||
; Check DW_AT_declaration attribute for class method foo.
|
; Check DW_AT_declaration attribute for class method foo.
|
||||||
|
; target triple = "i386-apple-darwin*"
|
||||||
%llvm.dbg.anchor.type = type { i32, i32 }
|
%llvm.dbg.anchor.type = type { i32, i32 }
|
||||||
%llvm.dbg.basictype.type = type { i32, { }*, i8*, { }*, i32, i64, i64, i64, i32, i32, i8*, i8* }
|
%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* }
|
%llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i8* }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue