[PATCH] D87243: [cmake] Centralize LLVM_ENABLE_WARNINGS option
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 11:08:36 PDT 2020
JDevlieghere added a comment.
You need to add `LLVM_ENABLE_WARNINGS` to `LLVMConfig.cmake.in` so that the standalone builds know what value was set in the LLVM build. I think with the current patch the other projects won't inherit the value and just default to `ON`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87243/new/
https://reviews.llvm.org/D87243
More information about the llvm-commits
mailing list