Changing global flags can break builds of projects that include/build
llvm as a sub-project, as the effect is global. Ideally we would
disable this warning at the directory level instead, but the obvious
way (disabling warning:D9025) isn't supported. At least we can limit
the effect to only MSVC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo