summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2013-12-14 12:23:14 +0000
committerJuergen Ributzka <juergen@apple.com>2013-12-14 12:23:14 +0000
commitda48260ed46b61865639932c1013b417123b5028 (patch)
tree9c3800a308ce7a0f472f77c5eaa2320a56590755 /lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parentaaecc0fc0898be1bdd0f5e6f67230cae559f61b8 (diff)
downloadllvm-da48260ed46b61865639932c1013b417123b5028.tar.gz
llvm-da48260ed46b61865639932c1013b417123b5028.tar.bz2
llvm-da48260ed46b61865639932c1013b417123b5028.tar.xz
Remove weak vtables. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197323 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 5d49831a6f..f704f7a52b 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2256,3 +2256,6 @@ GCMetadataPrinter *AsmPrinter::GetOrCreateGCPrinter(GCStrategy *S) {
report_fatal_error("no GCMetadataPrinter registered for GC: " + Twine(Name));
}
+
+/// Pin vtable to this file.
+AsmPrinterHandler::~AsmPrinterHandler() {}