[all-commits] [llvm/llvm-project] 132553: [ELF] --exclude-libs: skip local symbols for ET_RE...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Feb 15 17:03:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 132553b8c7afcacdc6928e71d77b904ce653c463
https://github.com/llvm/llvm-project/commit/132553b8c7afcacdc6928e71d77b904ce653c463
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M lld/ELF/Driver.cpp
Log Message:
-----------
[ELF] --exclude-libs: skip local symbols for ET_REL. NFC
Beside the optimization, this will avoid accessing nullptr entries with my
planned change to parallelize initializeLocalSymbols.
More information about the All-commits
mailing list