Skip to content

IntelLLVM: Remove unsupported -imsvc system include flag

William R. Dieter requested to merge williamr/cmake:flag-fix into master

Clang-cl supports the -imsvc flag to tell the compiler an include directory is intended for system paths. icx does not accept this flag, even on MSVC platforms, so do not tell CMake that it exists.

Fixes: #21801 (closed)
Backport: release
Topic-rename: IntelLLVM-no-imsvc

Edited by Brad King

Merge request reports