[all-commits] [llvm/llvm-project] 9e885e: [ELF] Remove !isLazy() condition from computeBinding
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jan 15 23:58:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e885eac542c408008e135fd43c91b792fb0f264
https://github.com/llvm/llvm-project/commit/9e885eac542c408008e135fd43c91b792fb0f264
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-15 (Sat, 15 Jan 2022)
Changed paths:
M lld/ELF/Symbols.cpp
Log Message:
-----------
[ELF] Remove !isLazy() condition from computeBinding
Seems applicable since we demote lazy symbols to Undefined (D111365).
More information about the All-commits
mailing list