================ @@ -203,6 +203,9 @@ def err_drv_unsupported_unwind_for_platform : Error< "unsupported unwind library '%0' for platform '%1'">; def err_drv_incompatible_unwindlib : Error< "--rtlib=libgcc requires --unwindlib=libgcc">; +def err_drv_incompatible_arch : Error< + "'%0' option requires at least '%1', current '%2' is too low">; ---------------- uweigand wrote:
I thought this whole logic was supposed to be removed? https://github.com/llvm/llvm-project/pull/223026 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
