OSDN Git Service

Use type's file info while describing inheritance relationship.
authorDevang Patel <dpatel@apple.com>
Wed, 8 Dec 2010 21:46:37 +0000 (21:46 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 8 Dec 2010 21:46:37 +0000 (21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121289 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DIBuilder.cpp

index 9658461..c59e828 100644 (file)
@@ -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