[llvm-dev] Can't build libcxx alone, it requres libcxxabi

Kristina Brooks via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 1 19:32:54 PST 2020


Are you checking out the LLVM monorepo? I think the components are
interdependent on each other during configuration stages to some
extent, regardless of whether you use libcxxabi or libc++sup or
Pathscale libcxxrt.

On Thu, Jan 2, 2020 at 2:37 AM Itaru Kitayama via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Hi,
> I am observing the libcxx project can not be built without libcxxabi, but
> I thought libcxx should not depend upon other projects. Observed on x86.
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list