[llvm-dev] LLVM11: trying to build libcxx

Oleg Smolsky via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 19 22:12:47 PST 2021


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/20210219/11e2c549/attachment.html>


More information about the llvm-dev mailing list