Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
[oota-llvm.git] / lib / DebugInfo / DWARFContext.cpp
index e1ac398b10116cf5eb11ded835a87f403bf4a417..dccadc4ea4da987d774cb25bc52247f627c39f76 100644 (file)
@@ -165,3 +165,5 @@ DILineInfo DWARFContext::getLineInfoForAddress(uint64_t address) {
 
   return DILineInfo(fileName.c_str(), row.Line, row.Column);
 }
+
+void DWARFContextInMemory::anchor() { }