-Wall on clang-cl is equivalent to -Weverything on clang. We already add the correct warning flag depending whether we are in an MSVC-like environment, so just remove it from the list of flags that get passed unconditionally.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project Restricted Project - Commits
- rGe6cc0faa7382: [runtimes] Don't use -Wall on clang-cl builds
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo