[all-commits] [llvm/llvm-project] 954aaf: [ELF] Demote all lazy symbols. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jan 5 10:24:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 954aaf7c1449e4a3a55345532da98fe3ec8710fa
https://github.com/llvm/llvm-project/commit/954aaf7c1449e4a3a55345532da98fe3ec8710fa
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M lld/ELF/Driver.cpp
Log Message:
-----------
[ELF] Demote all lazy symbols. NFC
This complements D111365.
D111365 did not demote isUsedInRegularObj lazy symbols just to work around
a --symbol-ordering-file diagnostic quirk.
The quirk was dropped by 00dd2d15a40b0fe9916bb55a48f264498d8fe910,
so we can demote all lazy symbols now, not just the isUsedInRegularObj ones.
More information about the All-commits
mailing list