[Lldb-commits] [PATCH] include compiler-rt in build-llvm.pl
Jason Molenda
jmolenda at apple.com
Fri Oct 10 17:43:02 PDT 2014
Cool, please commit.
> On Oct 10, 2014, at 5:33 PM, Kuba Brecka <kuba.brecka at gmail.com> wrote:
>
> 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
> <D5736.14759.patch>
More information about the lldb-commits
mailing list