[PATCH] D46079: [CMake] Enable warnings for runtimes

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 13:57:44 PDT 2018


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

The only other way I could think is to add another option, e.g. `LLVM_RUNTIMES_ENABLE_WARNING` which would be handled by `runtimes/CMakeLists.txt` and turned into `LLVM_ENABLE_WARNINGS` if set, but if this works I think it's perfectly sufficient.


Repository:
  rL LLVM

https://reviews.llvm.org/D46079





More information about the llvm-commits mailing list