Closed
Description
Reported from https://discourse.llvm.org/t/clang-cl-exe-support-for-c-modules/72257/14
Simply, we can't use /clang:"..."
form to compile C++20 modules with the HelloWorld example. But it works to use GNU style options with clang.exe
in Windows. So it should be a driver issue.