[llvm-dev] LLVM11: trying to build libcxx

Oleg Smolsky via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 20 07:39:50 PST 2021


..and the answer was on https://libcxx.llvm.org/docs/BuildingLibcxx.html -
the targets are called "install-cxx" and "install-cxxabi" now.

On Fri, Feb 19, 2021 at 10:12 PM Oleg Smolsky <osmolsky at netskope.com> wrote:

> Folks, I have a script that builds LLVM10 including Clang and an
> MSan-instrumented version of libcxx. Unfortunately, the steps do not work
> for LLVM11:
>
> cmake \
>     -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \
>     -DCMAKE_BUILD_TYPE=Release \
>     -DCMAKE_INSTALL_PREFIX:PATH=$wd/llvm-tmp-install \
>     -DLLVM_USE_SANITIZER=Memory \
>     -DLLVM_TABLEGEN=$destination/bin/llvm-tblgen \
>    ../llvm
> make install-libcxxabi install-libcxx
>
>
> The "install-" rules no longer exist. What's the new process for
> building/installing a custom version libcxx?
>
> Thanks in advance,
> Oleg.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210220/50934dbf/attachment-0001.html>


More information about the llvm-dev mailing list