[all-commits] [llvm/llvm-project] 8b01b6: [ELF] demoteSharedSymbols: make binding more appro...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Feb 12 20:43:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b01b638d0145473d27a0dd99ded48cc5a8b85a1
https://github.com/llvm/llvm-project/commit/8b01b638d0145473d27a0dd99ded48cc5a8b85a1
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M lld/ELF/Driver.cpp
Log Message:
-----------
[ELF] demoteSharedSymbols: make binding more appropriate for lazy symbols. NFC
The binding will matter if we remove the `sym->replace(und)` kludge from
initializeSymbols.
While here, rename the function to be more appropriate.
More information about the All-commits
mailing list