llvm/lld/ELF
Igor Kudrin ce25eb12dd [ELF] Do not report undefined weak references in shared libraries
This fixes an issue introduced in D101996.

A weak reference in a shared library could be incorrectly reported if
there is another library that has a strong reference to the same symbol.

Differential Revision: https://reviews.llvm.org/D115041
2021-12-07 10:10:51 +07:00
..
Arch [ARM] implement support for ALU/LDR PC-relative group relocations 2021-11-27 10:26:37 +01:00
AArch64ErrataFix.cpp [ELF] Rename BaseCommand to SectionCommand. NFC 2021-11-25 20:24:23 -08:00
AArch64ErrataFix.h
ARMErrataFix.cpp [ELF] Rename BaseCommand to SectionCommand. NFC 2021-11-25 20:24:23 -08:00
ARMErrataFix.h
CallGraphSort.cpp
CallGraphSort.h
CMakeLists.txt
Config.h [ELF][PPC64] Make --power10-stubs/--no-power10-stubs proper aliases for --power10-stubs={auto,no} 2021-11-26 11:51:45 -08:00
Driver.cpp [ELF] Change -z unknown from error to warning 2021-11-30 11:06:28 -08:00
Driver.h
DriverUtils.cpp
DWARF.cpp
DWARF.h
EhFrame.cpp
EhFrame.h
ICF.cpp [ELF] Rename BaseCommand to SectionCommand. NFC 2021-11-25 20:24:23 -08:00
ICF.h
InputFiles.cpp [ELF] Do not report undefined weak references in shared libraries 2021-12-07 10:10:51 +07:00
InputFiles.h [ELF] Move ObjFile<ELFT>::{getLocalSymbols,getGlobalSymbols} to non-template ELFFileBase. NFC 2021-11-30 00:50:19 -08:00
InputSection.cpp [ELF] Inline InputSection::getOffset into callers and remove it. NFC 2021-11-28 16:09:04 -08:00
InputSection.h [ELF] Decrease InputSectionBase::entsize to uint32_t 2021-11-28 19:50:33 -08:00
LinkerScript.cpp [ELF] Simplify some ctx->outSec with sec. NFC 2021-11-28 19:08:27 -08:00
LinkerScript.h [ELF] Simplify/remove LinkerScript::switchTo. NFC 2021-11-28 19:05:15 -08:00
LTO.cpp [ELF] Rename fetch to extract 2021-11-26 10:58:50 -08:00
LTO.h
MapFile.cpp [ELF] --cref: If -Map is specified, print to the map file 2021-11-29 14:14:53 -08:00
MapFile.h [ELF] --cref: If -Map is specified, print to the map file 2021-11-29 14:14:53 -08:00
MarkLive.cpp
MarkLive.h
Options.td [ELF] --cref: If -Map is specified, print to the map file 2021-11-29 14:14:53 -08:00
OutputSections.cpp [ELF] Fix out-of-bounds write in memset(&Out::first, ...) 2021-11-28 14:47:57 -08:00
OutputSections.h [ELF] Fix out-of-bounds write in memset(&Out::first, ...) 2021-11-28 14:47:57 -08:00
README.md
Relocations.cpp [ELF][PPC32] Make R_PPC32_PLTREL retain .got 2021-12-02 15:28:37 -08:00
Relocations.h
ScriptLexer.cpp
ScriptLexer.h
ScriptParser.cpp [ELF] Rename BaseCommand to SectionCommand. NFC 2021-11-25 20:24:23 -08:00
ScriptParser.h
Symbols.cpp [ELF] Simplify Symbol::extract. NFC 2021-11-26 14:10:55 -08:00
Symbols.h [ELF] Rename fetch to extract 2021-11-26 10:58:50 -08:00
SymbolTable.cpp [ELF] Rename fetch to extract 2021-11-26 10:58:50 -08:00
SymbolTable.h
SyntheticSections.cpp [ELF] Rename fetch to extract 2021-11-26 10:58:50 -08:00
SyntheticSections.h [ELF] Simplify GnuHashSection::write. NFC 2021-11-25 14:23:25 -08:00
Target.cpp
Target.h [ELF] Inline isPPC64SmallCodeModelTocReloc which is only called once. NFC 2021-11-09 20:41:05 -08:00
Thunks.cpp [ELF][PPC64] Remove unneeded PPC64PCRelLongBranchThunk 2021-11-30 11:33:17 -08:00
Thunks.h
Writer.cpp [ELF] --cref: If -Map is specified, print to the map file 2021-11-29 14:14:53 -08:00
Writer.h [ELF] Move getOutputSectionName from Writer.cpp to LinkerScript.cpp. NFC 2021-11-20 22:18:09 -08:00

See docs/NewLLD.rst