Skip to content

ASM: Detect compiler id for Clang used as Assembler

Brad King requested to merge brad.king/cmake:asm-compiler-id-clang into master

Add missing vendor table entries for Clang and AppleClang to identify them. Previously this worked only if Clang was also enabled as a C or CXX compiler first because we used to copy the C compiler id. However, that was removed by !2418 (merged).

Fixes: #18575 (closed)

Merge request reports