We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36366d2 commit 8b18494Copy full SHA for 8b18494
src/passes/pass.cpp
@@ -398,7 +398,6 @@ void PassRegistry::registerPasses() {
398
// Also register it as "symbolmap" so that wasm-opt --symbolmap=foo is the
399
// same as wasm-as --symbolmap=foo even though the latter is not a pass
400
// (wasm-as cannot run arbitrary passes).
401
- // TODO: switch emscripten to this name, then remove the old one
402
registerPass(
403
"symbolmap", "(alias for print-function-map)", createPrintFunctionMapPass);
404
0 commit comments