[llvm-dev] compiler-rt only builds x86 sanitizers by default

Handong Ye via llvm-dev llvm-dev at lists.llvm.org
Sat Feb 20 00:09:44 PST 2016


Hi All, I looked into the configure and cmake files, it seems compiler-rt
only target x86 by default. It is determined by
COMPILER_RT_DEFAULT_TARGET_ARCH, which is coming from host TARGET triple.

Can anyone tell me why? Why not do the same as Clang is doing to build for
all targets by default.

Also, if I want to make it to build for all targets by default, what's the
best way to change it.

-- 
Thanks.
Handong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160220/a747c8d9/attachment.html>


More information about the llvm-dev mailing list