Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / lib / Target / XCore / MCTargetDesc / XCoreMCAsmInfo.cpp
index 42ab1b31d57a76cad6f0c026eec17ccf8018a58e..64f1a8e19b32a3d577d806224216c1152bded2b5 100644 (file)
@@ -10,6 +10,8 @@
 #include "XCoreMCAsmInfo.h"
 using namespace llvm;
 
+void XCoreMCAsmInfo::anchor() { }
+
 XCoreMCAsmInfo::XCoreMCAsmInfo(const Target &T, StringRef TT) {
   SupportsDebugInformation = true;
   Data16bitsDirective = "\t.short\t";