[all-commits] [llvm/llvm-project] db6a00: [ELF] Remove unneeded binding parameter from addOp...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Sep 25 15:47:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db6a00daa081a1664c4b714e28042d3803b7e1f4
https://github.com/llvm/llvm-project/commit/db6a00daa081a1664c4b714e28042d3803b7e1f4
Author: Fangrui Song <i at maskray.me>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Remove unneeded binding parameter from addOptionalRegular. NFC
__rela_iplt_start uses spurious STB_WEAK, but it doesn't matter because STV_HIDDEN overrides the binding.
More information about the All-commits
mailing list