[lld] [lld][WebAssembly] Move linker global state in to context object. NFC (PR #78629)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 16:16:45 PST 2024
MaskRay wrote:
`Ctx` is for Context. In ELF, `Configuration ` is for user-specified options and I added `Ctx` for global variables.
https://github.com/llvm/llvm-project/pull/78629
More information about the llvm-commits
mailing list