[llvm-commits] (autoconf) Build ASan runtime for ARM/Android

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Sep 28 05:17:10 PDT 2012


Hi,

these patched enable building the ARM/Android runtime library for
AddressSanitizer if Android NDK is available.
They add a 'configure' option, --with-android-toolchain, that, when
pointed to a standalone toolchain from the Android NDK, enables
building the runtime library.

WDYT? Is this in the right general direction? We could later support
simultaneous building of i386 and x86_64 runtimes on multilib systems
the same way - a configure test in LLVM, and a conditional
configuration in compiler-rt.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: application/octet-stream
Size: 707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120928/7184de57/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compiler-rt.patch
Type: application/octet-stream
Size: 4313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120928/7184de57/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: application/octet-stream
Size: 3897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120928/7184de57/attachment-0002.obj>


More information about the llvm-commits mailing list