[PATCH] D130736: [lld][WebAssemby] Demote LazySymbols back to undefined symbols if they are not loaded
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 11:47:20 PDT 2022
dschuff added inline comments.
================
Comment at: lld/wasm/Symbols.h:652
s2->traced = symCopy.traced;
+ s2->referenced = symCopy.referenced;
----------------
these 2 places that set `referenced` are there so that the `replaceSymbol` you added above works properly?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130736/new/
https://reviews.llvm.org/D130736
More information about the llvm-commits
mailing list