[PATCH] D145966: [WebAssembly] Replace Bugzilla links with Github issues
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 18:03:00 PDT 2023
sbc100 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);
----------------
aheejin wrote:
> @sbc100 This issue seems to be closed. Do we still need this comment?
I think this was added for context, rather than as TODO/FIXME. So I think we can keep it.
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