mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 11:27:34 +00:00
Use type's file info while describing inheritance relationship.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121289 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4504308ce
commit
b351ebf7fc
@ -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…
x
Reference in New Issue
Block a user