[Lldb-commits] [PATCH] include compiler-rt in build-llvm.pl

Kuba Brecka kuba.brecka at gmail.com
Fri Oct 10 17:33:30 PDT 2014


The new test cases for ASan fail if the llvm build that is used with LLDB doesn't have compiler-rt (because the resulting compiler then cannot build with -fsanitize=address). Let's include compiler-rt in build-llvm.pl script and make sure we actually *build* it by removing the NO_RUNTIME_LIBS=1 argument used in the make line. After this, the ASan tests pass on a fresh svn checkout.

http://reviews.llvm.org/D5736

Files:
  scripts/build-llvm.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5736.14759.patch
Type: text/x-patch
Size: 3025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141011/3aed4f43/attachment.bin>


More information about the lldb-commits mailing list