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