obj2yaml: Use the correct relocation type for different machine types
[oota-llvm.git] / lib / IR / LLVMContext.cpp
index d9d6de15447106b2752c75b0872f3c1ae3b42b49..1bfc51527735d795c6231b39e7d7fba17ebe8ff0 100644 (file)
@@ -142,6 +142,9 @@ void LLVMContext::diagnose(const DiagnosticInfo &DI) {
   case DS_Warning:
     errs() << "warning: " << MsgStorage << "\n";
     break;
+  case DS_Remark:
+    errs() << "remark: " << MsgStorage << "\n";
+    break;
   case DS_Note:
     errs() << "note: " << MsgStorage << "\n";
     break;