Closed stripe2933 closed 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.
std
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.