stripe2933 / CppStandardLibraryModule

CMake project template for using C++ Standard Library Module.
12 stars 0 forks source link

Clang fix #3

Closed stripe2933 closed 8 months ago

stripe2933 commented 8 months ago

This PR fixes Clang CI error that ninja dependency mismatch (std module must be built prior to the executable, but ninja is not able to configure it). See This commit in LLVM repo for detail. After this PR, CI got successful.