[PATCH] D56479: [compiler-rt] Add option to disable libc++ build

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 13 18:10:36 PST 2019


smeenai added a comment.

The other option would be to just have `COMPILER_RT_USE_LIBCXX` always default to `ON` and require users to set it to `OFF` explicitly if they disable the build. That would require setting an additional cache variable during configuration instead of it being inferred, but it removes the possibility of breaking any existing setups. What do you think?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56479/new/

https://reviews.llvm.org/D56479





More information about the llvm-commits mailing list