[ELF] Move driver into ctx and remove indirection. NFC
authorFangrui Song <i@maskray.me>
Sat, 1 Oct 2022 22:12:50 +0000 (15:12 -0700)
committerFangrui Song <i@maskray.me>
Sat, 1 Oct 2022 22:12:50 +0000 (15:12 -0700)
commitf596d82385a0fdf45543fb4266dc9832f4b64d8d
tree4ad9f96e5506d9741442c3c813db2e6302968f2a
parent9c626d4a0d4d75c976c9a7c9093ea885fcbd98d5
[ELF] Move driver into ctx and remove indirection. NFC

This removes one global variable and removes GOT and unique_ptr indirection.
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Driver.h
lld/ELF/DriverUtils.cpp
lld/ELF/InputFiles.cpp
lld/ELF/ScriptParser.cpp