[cfe-commits] [PATCH] Add android triple to GCC Installation Detector

Chandler Carruth chandlerc at google.com
Wed Aug 29 00:23:04 PDT 2012


If you want to teach the Clang driver about the android toolchains, you'll
need to add some test cases for them. You can find the test case strategy
by looking at the tests for Linux and FreeBSD; I think they're pretty
comprehensive at this point.


On Wed, Aug 29, 2012 at 12:19 AM, Logan Chien <tzuhsiang.chien at gmail.com>wrote:

> Hi,
>
>   Currently, the GCCInstallationDetector is not looking for
> mipsel-linux-android and
> i686-linux-android.  As the result, the clang driver can't use Android
> Mips/X86 toolchain
> even if -B is specified.  I hope this patch can solve this issue.  Please
> review.  Thanks.
>
> Sincerely,
> Logan
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120829/72212265/attachment.html>


More information about the cfe-commits mailing list