vitalybuka added a comment.

In D132324#3738253 <https://reviews.llvm.org/D132324#3738253>, @MaskRay wrote:

> @vitalybuka `-DLLVM_ENABLE_PROJECTS='libcxx;libcxxabi'` in 
> `zorg/buildbot/builders/sanitizers/buildbot_functions.sh`  needs adjustment.

If I do -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi'  not it builds parts of LLVM
problem is that with -DLLVM_USE_SANITIZER=Memory, it builds llvm instrumented 
as well
but for that we need instrumented libc++ which is not build yet

previously with DLLVM_ENABLE_PROJECTS='libcxx;libcxxabi' no LLVM tools, like 
tbl-gen where built


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132324/new/

https://reviews.llvm.org/D132324

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to