[PATCH] D56479: [compiler-rt] Respect libc++ build setting

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 11:36:39 PST 2019


smeenai added a comment.

In D56479#1350922 <https://reviews.llvm.org/D56479#1350922>, @mgorny wrote:

> Could you also add a local switch to control using it independently of main build? The sanitized builds are quite time-consuming.


As in, add a compiler-rt specific option to disable using libc++? Maybe something like `COMPILER_RT_DISABLE_LIBCXX` (or its positive version)? I have no opinions on that (I don't really work on compiler-rt), although I'm wondering if that flag should be in addition to the `LLVM_TOOL_LIBCXX_BUILD` check or just replace it.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D56479





More information about the llvm-commits mailing list