summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGVTables.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-08-17 00:06:55 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-08-17 00:06:55 +0000
commit7d5d7c7e907a3db447435cb67585c8666410a5f6 (patch)
treefbdd04a7b31352a09cf0b9946c92422f3478e9b5 /clang/lib/CodeGen/CGVTables.cpp
parent59ed08b2380d517623305b386da12269de2f75a6 (diff)
downloadbcm5719-llvm-7d5d7c7e907a3db447435cb67585c8666410a5f6.tar.gz
bcm5719-llvm-7d5d7c7e907a3db447435cb67585c8666410a5f6.zip
Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"
This reverts commit r188576. Reverting while I investigate a selfhosting buildbot failure on Darwin. llvm-svn: 188600
Diffstat (limited to 'clang/lib/CodeGen/CGVTables.cpp')
-rw-r--r--clang/lib/CodeGen/CGVTables.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGVTables.cpp b/clang/lib/CodeGen/CGVTables.cpp
index 6649578fc09..c7bb54e0699 100644
--- a/clang/lib/CodeGen/CGVTables.cpp
+++ b/clang/lib/CodeGen/CGVTables.cpp
@@ -828,9 +828,6 @@ CodeGenVTables::GenerateClassData(const CXXRecordDecl *RD) {
VFTContext->getVFPtrOffsets(RD);
}
- if (CGDebugInfo *DI = CGM.getModuleDebugInfo())
- DI->completeClassData(RD);
-
// First off, check whether we've already emitted the v-table and
// associated stuff.
llvm::GlobalVariable *VTable = GetAddrOfVTable(RD);
OpenPOWER on IntegriCloud