[PATCH] D90025: add LLVM_INCLUDE_LIB CMake option
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 07:11:44 PDT 2020
ldionne added a comment.
In D90025#2350097 <https://reviews.llvm.org/D90025#2350097>, @ldionne wrote:
> Sorry, I'm not sufficiently familiar with LLVM's build system to review this. I work on the runtimes almost exclusively. @smeenai might be a better fit here.
Oh, I looked a bit fast. I think I understand the intent here -- you're trying to make it easier to build libcxx as part of the monorepo without the rest of LLVM?
I don't think that's the right way forward, I think we need to setup a separate build root for the runtimes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90025/new/
https://reviews.llvm.org/D90025
More information about the llvm-commits
mailing list