[all-commits] [llvm/llvm-project] 09401d: [ELF] Rename fetch to extract
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Nov 26 10:59:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09401dfcf1dbec9d55ac62596d7520ba3a10eabb
https://github.com/llvm/llvm-project/commit/09401dfcf1dbec9d55ac62596d7520ba3a10eabb
Author: Fangrui Song <i at maskray.me>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/InputFiles.h
M lld/ELF/LTO.cpp
M lld/ELF/MapFile.cpp
M lld/ELF/Options.td
M lld/ELF/SymbolTable.cpp
M lld/ELF/Symbols.cpp
M lld/ELF/Symbols.h
M lld/ELF/SyntheticSections.cpp
M lld/test/ELF/print-archive-stats.s
Log Message:
-----------
[ELF] Rename fetch to extract
The canonical term is "extract" (GNU ld documentation, Solaris's `-z *extract`
options). Avoid inventing a term and match --why-extract. (ld64 prefers "load"
but the word is overloaded too much)
Mostly MFC, except for --help messages and the header row in
--print-archive-stats output.
More information about the All-commits
mailing list