llvm-project
3792b362 - [lld][WebAssembly] Replace config-> with ctx.arg.

Commit
345 days ago
[lld][WebAssembly] Replace config-> with ctx.arg. Change the global variable reference to a member access of another variable `ctx`. In the future, we may pass through `ctx` to functions to eliminate global variables. Pull Request: https://github.com/llvm/llvm-project/pull/119835
Author
Parents
Loading