[zorg] Enable compiler-rt on clang-native-aarch64 builder

Renato Golin renato.golin at linaro.org
Mon Jan 12 05:30:56 PST 2015


On 12 January 2015 at 13:22, Gabor Ballabas <gaborb at inf.u-szeged.hu> wrote:
> This patch enables compiler-rt testing on our clang-native aarch64 builder.

Hi Gabor,

Have you ran once, just to see if it passes all tests on your system?
There may be some system issues (with system libraries and tools).

Also, it's not just a matter of enabling the RT checkout, you need to
move it to the _get_sanitizer_builders(), so that it builds on
Compiler-RT changes as well as LLVM and Clang.

Finally, if you also want to restrict the back-ends that you build
(like I do) to make it faster, you still need to build the x86
back-end due to a problem in Compiler-RT's ASAN makefiles.

cheers,
--renato



More information about the llvm-commits mailing list