[clang][Driver] Fix crash with unsupported architectures in MinGW and CrossWindows
MinGW and CrossWindows crash if the target is an unsupported target architecture. Changed it to emit an error message. Fixes https://github.com/llvm/llvm-project/issues/59545 Reviewed By: MaskRay, mstorsjo Differential Revision: https://reviews.llvm.org/D148944
Loading
Please register or sign in to comment