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

Eric Christopher echristo at gmail.com
Mon Oct 1 12:59:57 PDT 2012


On Sun, Sep 30, 2012 at 3:18 PM, Evgeniy Stepanov
<eugeni.stepanov at gmail.com> wrote:
> Those define the host platform (i.e. the one where compiler runs). The
> idea here is to build compiler-rt for all possible target platforms.

Actually that's what a sysroot is, it's the target headers and
libraries for a given target OS.
The difference is when you decide to use it also as the host libraries
and headers as well,
that's still a host cross host compiler (i.e. cross compiler) it just
may not seem that it is.

I agree with the motivation completely, just need to figure out a way
to get it to happen.

-eric



More information about the cfe-commits mailing list