Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / lib / Object / ObjectFile.cpp
index 69d8ed0e5e9af62742d8b1fcb8b844320a519333..d051c03db30429abde1dc1677663ef0e4b93ff73 100644 (file)
@@ -21,6 +21,8 @@
 using namespace llvm;
 using namespace object;
 
+void ObjectFile::anchor() { }
+
 ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source, error_code &ec)
   : Binary(Type, source) {
 }