[lld] [lld][WebAssembly] Reset context object after each link (PR #78770)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 19 11:55:12 PST 2024
sbc100 wrote:
I wonder if we can replace these elaborate `reset()` methods with a placement new in the static data location? Would seems less error prone.
https://github.com/llvm/llvm-project/pull/78770
More information about the llvm-commits
mailing list