================
@@ -826,6 +826,9 @@ def err_drv_cannot_mix_options : Error<"cannot specify '%1' 
along with '%0'">;
 def err_drv_invalid_object_mode : Error<
   "OBJECT_MODE setting %0 is not recognized and is not a valid setting">;
 
+def err_drv_compile_mode_unsupported : Error<
+  "the 32-bit compile mode is not supported. Use OBJECT_MODE=64, -maix64 or 
-m64">;
----------------
kkwli wrote:

Fixed

https://github.com/llvm/llvm-project/pull/209919
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to