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

Unified Diff: include/llvm/Transforms/NaCl.h

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 | « include/llvm/InitializePasses.h ('k') | lib/Support/Triple.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/Transforms/NaCl.h
diff --git a/include/llvm/Transforms/NaCl.h b/include/llvm/Transforms/NaCl.h
index f93790643f277d93bbfc8c12da3d33234d9451af..527132d7df8fd0b0de68c4f13cdd344cd74dd148 100644
--- a/include/llvm/Transforms/NaCl.h
+++ b/include/llvm/Transforms/NaCl.h
@@ -69,15 +69,6 @@ ModulePass *createStripMetadataPass();
ModulePass *createStripModuleFlagsPass();
ModulePass *createStripDanglingDISubprogramsPass();
-// Emscripten passes:
-FunctionPass *createExpandInsertExtractElementPass();
-ModulePass *createExpandI64Pass();
-ModulePass *createLowerEmAsyncifyPass();
-ModulePass *createLowerEmExceptionsPass();
-ModulePass *createLowerEmSetjmpPass();
-ModulePass *createNoExitRuntimePass();
-// Emscripten passes end.
-
void PNaClABISimplifyAddPreOptPasses(Triple *T, PassManagerBase &PM);
void PNaClABISimplifyAddPostOptPasses(Triple *T, PassManagerBase &PM);
« no previous file with comments | « include/llvm/InitializePasses.h ('k') | lib/Support/Triple.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698