[PATCH] D132480: [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS
Brian Cain via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 05:48:56 PDT 2022
bcain added a comment.
In D132480#3760209 <https://reviews.llvm.org/D132480#3760209>, @bcain wrote:
> @ldionne do you have an idea when you plan to land this change? I'm pretty sure it won't break our usage but I'd like to test it out to be sure.
>
> I don't see any `LLVM_ENABLE_PROJECTS` (beyond clang+lld) - only `LLVM_ENABLE_RUNTIMES` so I think we're ok.
>
> https://github.com/quic/toolchain_for_hexagon/blob/29a926ac283a4afb9dc4d5ae4a0f2c18b6649243/build-toolchain.sh
Oh - I see now, `LLVM_ENABLE_PROJECTS=libcxx;libcxxabi` is used by our downstream toolchain and not this upstream one. If you could see fit to give us ~one week before you land this, that would be appreciated. And if not, well -- it's not as if we weren't warned.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132480/new/
https://reviews.llvm.org/D132480
More information about the llvm-commits
mailing list