[zorg] Build.py fix for building Clang Stage 2: cmake, R -g Asan+Ubsan, using Stage 1 RA
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 17:53:33 PST 2016
LGTM.
Sent from my iPhone
> On Feb 19, 2016, at 5:23 PM, Marc Schifer <mschifer at apple.com> wrote:
>
> Chris,
> Please review.
>
> This patch fixes the Clang Stage 2: cmake, R -g Asan+Ubsan, using Stage 1 RA bot.
>
> Stage 1 was not generating the compile-rt libclang_rt.asan_osx_dynamic.dylib and was not building with correct cmake cache file. This patch changes two lines in the clang builder function to add
> + '-DCLANG_COMPILER_RT_CMAKE_ARGS={}/llvm/projects/compiler-rt/cmake/caches/Apple.cmake'.format(conf.workspace),
> + '-DCOMPILER_RT_BUILD_SANITIZERS=On',
>
> Tests included in patch.
>
> <stage2_asan_build_py.patch>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160219/9c0c9383/attachment.html>
More information about the llvm-commits
mailing list