Open AaronBallman opened 2 years ago
yes, that's strange it should ran cmake / ninja without much of extra configurations
Yeah, it makes me wonder if that particular review just got a "stale" view of the world somehow (some sort of caching issue maybe)? But the changes to the patch came well after we landed the switch to C++17 in the code base, I believe.
Community recently switched our base language version from C++14 to C++17 (in terms of what code we can use in the project): https://discourse.llvm.org/t/c-17-in-llvm-code-base/64120 https://reviews.llvm.org/D130689
However, it looks like at least the Windows precommit CI builder was not updated: https://buildkite.com/llvm-project/premerge-checks/builds/111592#018319f4-801f-4192-825e-c44a2a7a7c81
Note how the command line is still using
-std:c++14
. I'm a bit surprised that the community's changes to our CMake didn't automatically switch this to C++17 for the precommit builder automatically.