[all-commits] [llvm/llvm-project] 9c626d: [ELF] Remove symtab indirection. NFC
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Oct 1 14:47:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c626d4a0d4d75c976c9a7c9093ea885fcbd98d5
https://github.com/llvm/llvm-project/commit/9c626d4a0d4d75c976c9a7c9093ea885fcbd98d5
Author: Fangrui Song <i at maskray.me>
Date: 2022-10-01 (Sat, 01 Oct 2022)
Changed paths:
M lld/ELF/Arch/PPC64.cpp
M lld/ELF/Driver.cpp
M lld/ELF/ICF.cpp
M lld/ELF/InputFiles.cpp
M lld/ELF/InputSection.cpp
M lld/ELF/LTO.cpp
M lld/ELF/LinkerScript.cpp
M lld/ELF/MarkLive.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/ScriptParser.cpp
M lld/ELF/SymbolTable.cpp
M lld/ELF/SymbolTable.h
M lld/ELF/SyntheticSections.cpp
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] Remove symtab indirection. NFC
Add LLVM_LIBRARY_VISIBILITY to remove unneeded GOT and unique_ptr indirection.
More information about the All-commits
mailing list