summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/HostInfo.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-17 03:46:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-17 03:46:37 +0000
commite4f65f388558b8fdb6425150fc4d100ba70024e0 (patch)
tree400ea6b0246145a55aa67eb50a1052797b5236f8 /clang/lib/Driver/HostInfo.cpp
parentd890a543539a1c97160054bae60521c7a2758792 (diff)
downloadbcm5719-llvm-e4f65f388558b8fdb6425150fc4d100ba70024e0.tar.gz
bcm5719-llvm-e4f65f388558b8fdb6425150fc4d100ba70024e0.zip
Revert "Driver/Darwin: Time for another spin at switching to the DarwinClang
toolchain.", while I investigate the totally non-surprising ensuing breakage. llvm-svn: 114164
Diffstat (limited to 'clang/lib/Driver/HostInfo.cpp')
-rw-r--r--clang/lib/Driver/HostInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Driver/HostInfo.cpp b/clang/lib/Driver/HostInfo.cpp
index 745d273a5e2..7c5e430bb7d 100644
--- a/clang/lib/Driver/HostInfo.cpp
+++ b/clang/lib/Driver/HostInfo.cpp
@@ -115,7 +115,6 @@ ToolChain *DarwinHostInfo::CreateToolChain(const ArgList &Args,
// If we recognized the arch, match it to the toolchains we support.
const char *UseNewToolChain = ::getenv("CCC_ENABLE_NEW_DARWIN_TOOLCHAIN");
if (UseNewToolChain ||
- Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64 ||
Arch == llvm::Triple::arm || Arch == llvm::Triple::thumb) {
TC = new toolchains::DarwinClang(*this, TCTriple);
} else if (Arch == llvm::Triple::x86 || Arch == llvm::Triple::x86_64) {
OpenPOWER on IntegriCloud