mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:46:05 +00:00

and forward it to LinkerDriver's ctor so that some uses of the global `config` can be dropped. This is similar to how the ELF port migrates away from the global `config`. Pull Request: https://github.com/llvm/llvm-project/pull/119829