[cfe-commits] [PATCH] Add android triple to GCC Installation Detector
Rafael EspĂndola
rafael.espindola at gmail.com
Wed Sep 12 09:02:03 PDT 2012
On 12 September 2012 01:33, Logan Chien <tzuhsiang.chien at gmail.com> wrote:
> Dear all,
>
> There's the rebased new patch to follow the test input change.
> Every code remained unchanged. Please have a look. Thanks.
Why do you need test/Driver/Inputs/basic_android_tree/i686-linux-android/bin/ar?
+// FIXME: If you fail this regression test, please check whether the GCC in
+// "/usr" is newer than 4.4.3 or 4.6 or not. This unit test not good enough
+// because clang will try to search for latest "as" or "ld" at "/usr" even
+// though "-B" is specified.
This is likely to fail in the bots. You will probably need to use a
less strict regular expression until this is fixed.
Cheers,
Rafael
More information about the cfe-commits
mailing list