[weak vtables] Remove a bunch of weak vtables
[oota-llvm.git] / lib / Target / SystemZ / SystemZSubtarget.cpp
index 474192099f22fc6120e2d8d3b9ef36d9643a8b10..b9a9db2aa773f2f9b7c65a5ca78f6d9b06bf5697 100644 (file)
@@ -18,6 +18,9 @@
 
 using namespace llvm;
 
+// pin vtabel to this file
+void SystemZSubtarget::anchor() {}
+
 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
                                    const std::string &CPU,
                                    const std::string &FS)