Files
clang-p2996/clang/lib/Driver/ToolChains/CrossWindows.cpp
KOMATA Manabu ecad121009 [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
2023-05-01 18:34:09 -07:00

9.8 KiB