[ELF] addRelIpltSymbols: make it explicit some passes are for non-relocatable links...
authorFangrui Song <i@maskray.me>
Tue, 22 Nov 2022 19:38:57 +0000 (11:38 -0800)
committerFangrui Song <i@maskray.me>
Tue, 22 Nov 2022 19:38:57 +0000 (11:38 -0800)
commit9015e41f0fcf4593963ec2a08eb7af12db8bfb05
tree98ed8246de6135bdc173a2e8554f79909797296e
parent6327d263f5e2a18645979fac2525b574866adbe5
[ELF] addRelIpltSymbols: make it explicit some passes are for non-relocatable links. NFC

and prepare for __global_pointer$ and _TLS_MODULE_BASE_ fix.
lld/ELF/Writer.cpp