[PATCH] D145966: [WebAssembly] Replace Bugzilla links with Github issues

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 17:49:11 PDT 2023


aheejin added inline comments.


================
Comment at: lld/wasm/InputFiles.cpp:444
   // because those signatures are checked at validation times.
-  // See https://bugs.llvm.org/show_bug.cgi?id=40412
+  // See https://github.com/llvm/llvm-project/issues/39758
   std::vector<bool> isCalledDirectly(wasmObj->getNumberOfSymbols(), false);
----------------
@sbc100 This issue seems to be closed. Do we still need this comment?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145966/new/

https://reviews.llvm.org/D145966



More information about the llvm-commits mailing list