[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / MC / MCAtom.cpp
index d0a64c300843f976e0bd0ac8a4f8486a9b64a947..3da1ba3ae7a30bdc1d0446a9ccc5d70c2e0219ca 100644 (file)
@@ -14,6 +14,9 @@
 
 using namespace llvm;
 
+// pin vtable to this file
+void MCAtom::anchor() {}
+
 void MCAtom::remap(uint64_t NewBegin, uint64_t NewEnd) {
   Parent->remap(this, NewBegin, NewEnd);
 }