Skip to content

Detect the target architecture during ABI detection for clang-cl

With clang-cl, detect the architecture in the try_compile phase of the ABI detection in order to specify the correct linker flag for the selected architecture.

Fixes: #20839 (closed)

Edited by Thomas Bernard

Merge request reports