CMakeCxxModules icon indicating copy to clipboard operation
CMakeCxxModules copied to clipboard

Clang on windows support

Open janosimas opened this issue 5 years ago • 1 comments

Are you planning on adding clang on windows support?

should be fairly easy with the -Xclang or with /"flag" but I wasn't able to get the flags on the variables right.

janosimas avatar Mar 25 '20 10:03 janosimas

This was just toy project to learn more about C++ modules so I don't have any plans with this. Maybe when GCC or Clang will fully support C++20 modules.

In clang-cl branch there is my try to make support for clang-cl but it seems it's not possible because modules-ts are compiled using --precompile flag which seems to be not supported by clang-cl.

NTSFka avatar Mar 31 '20 19:03 NTSFka