summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-12-20 02:48:34 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-12-20 02:48:34 +0000
commit68e081d606c7e80baa01400a738e118d7bb165b2 (patch)
tree9fdaa34f1b6e1b85648e91e4358cafd942254872 /clang/lib/CodeGen/ModuleBuilder.cpp
parentf96d0ade79b2f88922a39428105b5ea11921636a (diff)
downloadbcm5719-llvm-68e081d606c7e80baa01400a738e118d7bb165b2.tar.gz
bcm5719-llvm-68e081d606c7e80baa01400a738e118d7bb165b2.zip
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146959
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
-rw-r--r--clang/lib/CodeGen/ModuleBuilder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/ModuleBuilder.cpp b/clang/lib/CodeGen/ModuleBuilder.cpp
index 30572ed9af2..8aa788d9a15 100644
--- a/clang/lib/CodeGen/ModuleBuilder.cpp
+++ b/clang/lib/CodeGen/ModuleBuilder.cpp
@@ -113,6 +113,8 @@ namespace {
};
}
+void CodeGenerator::anchor() { }
+
CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
const std::string& ModuleName,
const CodeGenOptions &CGO,
OpenPOWER on IntegriCloud