Skip to content

Commit 8b18494

Browse files
authored
[NFC] Remove TODO about Emscripten using --symbolmap (#7896)
1 parent 36366d2 commit 8b18494

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/passes/pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ void PassRegistry::registerPasses() {
398398
// Also register it as "symbolmap" so that wasm-opt --symbolmap=foo is the
399399
// same as wasm-as --symbolmap=foo even though the latter is not a pass
400400
// (wasm-as cannot run arbitrary passes).
401-
// TODO: switch emscripten to this name, then remove the old one
402401
registerPass(
403402
"symbolmap", "(alias for print-function-map)", createPrintFunctionMapPass);
404403

0 commit comments

Comments
 (0)