diff options
author | Logan Chien <tzuhsiang.chien@gmail.com> | 2012-12-06 23:40:31 +0000 |
---|---|---|
committer | Logan Chien <tzuhsiang.chien@gmail.com> | 2012-12-06 23:40:31 +0000 |
commit | c57d158c2900185d7828a92ca8db7b877ef1a621 (patch) | |
tree | 1e34d4493870dba8e88c5a4df2ffffd5427ff2a4 /lib/Driver | |
parent | 2a06447fcd6bda9f1ee4eebbef1db0749d433881 (diff) |
Revert r169557. It seems that the test is too restricted
and will break the build on buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver')
-rw-r--r-- | lib/Driver/ToolChains.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 5bfd71427c..179f0fd116 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -1094,7 +1094,6 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector( "i686-pc-linux-gnu", "i486-linux-gnu", "i386-linux-gnu", - "i686-linux-android", "i686-redhat-linux", "i586-redhat-linux", "i386-redhat-linux", |