Change TargetLowering::findRepresentativeClass to take an MVT, instead
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
index 064689c3f3cecf192d92b7f507db1c0169275fce..0b7ee34c09af71dd85aeba486fe809e84e323e6e 100644 (file)
@@ -288,6 +288,11 @@ error_code COFFObjectFile::getSymbolSection(DataRefImpl Symb,
   return object_error::success;
 }
 
+error_code COFFObjectFile::getSymbolValue(DataRefImpl Symb,
+                                          uint64_t &Val) const {
+  report_fatal_error("getSymbolValue unimplemented in COFFObjectFile");
+}
+
 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
                                           SectionRef &Result) const {
   const coff_section *sec = toSec(Sec);