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

Unified Diff: tools/opt/opt.cpp

Issue 1692803002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-llvm.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 | « tools/opt/CMakeLists.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/opt/opt.cpp
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index bc20cadd4fdf3a3ddd345eab8e7754e83b062190..e51559a4fd3f2418aac8b235b033aa9cd521b3c7 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -442,14 +442,6 @@ int main(int argc, char **argv) {
initializeStripModuleFlagsPass(Registry);
initializeStripTlsPass(Registry);
initializeSubstituteUndefsPass(Registry);
- // Emscripten passes:
- initializeExpandI64Pass(Registry);
- initializeExpandInsertExtractElementPass(Registry);
- initializeLowerEmAsyncifyPass(Registry);
- initializeLowerEmExceptionsPass(Registry);
- initializeLowerEmSetjmpPass(Registry);
- initializeNoExitRuntimePass(Registry);
- // Emscripten passes end.
// @LOCALMOD-END
cl::ParseCommandLineOptions(argc, argv,
« no previous file with comments | « tools/opt/CMakeLists.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698