<div dir="ltr">..and the answer was on <a href="https://libcxx.llvm.org/docs/BuildingLibcxx.html">https://libcxx.llvm.org/docs/BuildingLibcxx.html</a> - the targets are called "install-cxx" and "install-cxxabi" now.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Feb 19, 2021 at 10:12 PM Oleg Smolsky <<a href="mailto:osmolsky@netskope.com">osmolsky@netskope.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">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:<div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><font face="monospace">cmake \</font></div><div><font face="monospace">    -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \</font></div><div><font face="monospace">    -DCMAKE_BUILD_TYPE=Release \</font></div><div><font face="monospace">    -DCMAKE_INSTALL_PREFIX:PATH=$wd/llvm-tmp-install \</font></div><div><font face="monospace">    -DLLVM_USE_SANITIZER=Memory \</font></div><div><font face="monospace">    -DLLVM_TABLEGEN=$destination/bin/llvm-tblgen \</font></div><div><font face="monospace">   ../llvm</font></div><div><font face="monospace">make install-libcxxabi install-libcxx</font></div></blockquote><div><br></div><div>The "install-" rules no longer exist. What's the new process for building/installing a custom version libcxx?</div><div><br></div><div>Thanks in advance,</div><div>Oleg.</div></div>
</blockquote></div>