mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Use type's file info while describing inheritance relationship.
llvm-svn: 121289
This commit is contained in:
parent
b258f6e80b
commit
e515e18523
@ -203,7 +203,7 @@ DIType DIBuilder::CreateInheritance(DIType Ty, DIType BaseTy,
|
||||
GetTagConstant(VMContext, dwarf::DW_TAG_inheritance),
|
||||
Ty,
|
||||
NULL, // Name
|
||||
NULL, // File
|
||||
Ty.getFile(),
|
||||
ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Line
|
||||
ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Size
|
||||
ConstantInt::get(Type::getInt64Ty(VMContext), 0), // Align
|
||||
|
Loading…
Reference in New Issue
Block a user