llvm-project/lld/ELF
Rui Ueyama 029d89ee57 Fix another crash bug in --start-lib.
The previous fix didn't work for bitcode files. This patch fixes
the remaining issue.

llvm-svn: 265854
2016-04-08 21:38:22 +00:00
..
CMakeLists.txt [lld] [ELF] Add ScriptParserBase class 2016-04-06 20:59:11 +00:00
Config.h ELF: Add --build-id=sha1 option. 2016-04-07 23:51:56 +00:00
Driver.cpp Use EM_NONE instead of 0 to represent an invalid value. NFC. 2016-04-07 23:54:33 +00:00
Driver.h ELF: Implement --start-lib and --end-lib 2016-04-07 19:24:51 +00:00
DriverUtils.cpp Variable names should start with uppercase letters. 2016-04-02 19:15:26 +00:00
Error.cpp Remove dead code. 2016-03-13 04:25:43 +00:00
Error.h Remove dead code. 2016-03-13 04:25:43 +00:00
ICF.cpp Update for llvm change. 2016-04-05 14:47:28 +00:00
ICF.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00
InputFiles.cpp Fix another crash bug in --start-lib. 2016-04-08 21:38:22 +00:00
InputFiles.h ELF: Implement --start-lib and --end-lib 2016-04-07 19:24:51 +00:00
InputSection.cpp Update for llvm change. 2016-04-05 14:47:28 +00:00
InputSection.h Update for llvm change. 2016-04-05 14:47:28 +00:00
LTO.cpp Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
LTO.h Make BitcodeCompiler::compile a non-template function. NFC. 2016-03-29 19:08:46 +00:00
LinkerScript.cpp [lld] [ELF] Add ScriptParserBase class 2016-04-06 20:59:11 +00:00
LinkerScript.h ELF: Remove OutSection class and use a map instead. 2016-02-28 05:09:11 +00:00
MarkLive.cpp Don't store an Elf_Sym for most symbols. 2016-04-04 14:04:16 +00:00
Options.td ELF: Ignore --detect-odr-violations flag. 2016-04-07 23:15:50 +00:00
OutputSections.cpp Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
OutputSections.h Make getSymbolBinding a local static. NFC. 2016-04-08 15:30:56 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
ScriptParser.cpp [lld] [ELF] Add ScriptParserBase class 2016-04-06 20:59:11 +00:00
ScriptParser.h [lld] Fix build failure from r265600 2016-04-06 21:33:18 +00:00
SymbolTable.cpp Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
SymbolTable.h ELF: Implement --start-lib and --end-lib 2016-04-07 19:24:51 +00:00
Symbols.cpp Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
Symbols.h ELF: Implement --start-lib and --end-lib 2016-04-07 19:24:51 +00:00
Target.cpp [lld] [ELF/AARCH64] Fix dynamic relocation from PIC GOT access 2016-04-08 14:10:41 +00:00
Target.h Pass a const pointer to getImplicitAddend. NFC. 2016-04-01 14:36:09 +00:00
Writer.cpp Cleanup the handling of MustBeInDynSym and IsUsedInRegularObj. 2016-04-08 18:39:03 +00:00
Writer.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00

README.md

See docs/NewLLD.rst