Add an out-of-line virtual method for X86DwarfWriter to give it a home.
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.cpp
index 920d8d4468ae4e8a92473015a41262c00de45c9c..069b04751a8a1162034990682de510389e2ffa7b 100644 (file)
@@ -44,6 +44,10 @@ AsmWriterFlavor("x86-asm-syntax",
 #endif
                 );
 
+// Out of line virtual function to home classes.
+void X86DwarfWriter::virtfn() {}
+
+
 /// doInitialization
 bool X86SharedAsmPrinter::doInitialization(Module &M) {
   PrivateGlobalPrefix = ".L";