Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(516)

Unified Diff: lib/Driver/Driver.cpp

Issue 1696583002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-clang.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/CodeGen/TargetInfo.cpp ('k') | lib/Driver/ToolChains.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Driver/Driver.cpp
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index c65d38d679ca13c5f03cf1d92ed6cf26d4251195..07a5e42cb1397ec91fe46df3f7bc2ff830e78426 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -2062,11 +2062,6 @@ const ToolChain &Driver::getToolChain(const ArgList &Args,
else
TC = new toolchains::Linux(*this, Target, Args);
break;
- // @LOCALMOD-START Emscripten
- case llvm::Triple::Emscripten:
- TC = new toolchains::EmscriptenToolChain(*this, Target, Args);
- break;
- // @LOCALMOD-END Emscripten
case llvm::Triple::NaCl:
TC = new toolchains::NaCl_TC(*this, Target, Args);
break;
« no previous file with comments | « lib/CodeGen/TargetInfo.cpp ('k') | lib/Driver/ToolChains.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698