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

Eric Christopher echristo at gmail.com
Fri Sep 28 14:18:44 PDT 2012


What's wrong with using --with-sysroot and the --target to determine
this information?

-eric

On Fri, Sep 28, 2012 at 5:17 AM, Evgeniy Stepanov
<eugeni.stepanov at gmail.com> wrote:
> 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.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the cfe-commits mailing list