hanchenye-llvm-project/lld/ELF
Rui Ueyama 71a8686244 Revert r263366: Cosmetic change to reduce repetitions. NFC.
This reverts commit r263366 because it caused link errors in some linkers.

llvm-svn: 263471
2016-03-14 19:37:58 +00:00
..
CMakeLists.txt Fix linux build after r263190 2016-03-11 09:55:06 +00:00
Config.h [ELF] implement --warn-common/--no-warn-common 2016-03-14 09:19:30 +00:00
Driver.cpp [ELF] implement --warn-common/--no-warn-common 2016-03-14 09:19:30 +00:00
Driver.h Merge DarwinLdDriver and Driver. 2016-03-02 19:08:05 +00:00
DriverUtils.cpp Print out newline in both cases. 2016-03-13 23:07:42 +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 Create a SymbolBody for locals. 2016-03-11 12:06:30 +00:00
ICF.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00
InputFiles.cpp Remove uint32_X type. 2016-03-13 22:02:04 +00:00
InputFiles.h Remove uint32_X type. 2016-03-13 22:02:04 +00:00
InputSection.cpp Simplify. NFC. 2016-03-13 20:34:34 +00:00
InputSection.h Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability. 2016-03-13 05:06:50 +00:00
LinkerScript.cpp Fix spelling. 2016-03-13 03:17:44 +00:00
LinkerScript.h ELF: Remove OutSection class and use a map instead. 2016-02-28 05:09:11 +00:00
MarkLive.cpp Create a SymbolBody for locals. 2016-03-11 12:06:30 +00:00
Options.td [ELF] implement --warn-common/--no-warn-common 2016-03-14 09:19:30 +00:00
OutputSections.cpp ELF: Add `Rela` member variable to Config. 2016-03-13 20:10:20 +00:00
OutputSections.h Remove unused #include. 2016-03-13 20:28:29 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
SymbolTable.cpp Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent. 2016-03-12 08:31:34 +00:00
SymbolTable.h [ELF] - Create _DYNAMIC symbol for dynamic output 2016-03-01 16:23:13 +00:00
Symbols.cpp [ELF] implement --warn-common/--no-warn-common 2016-03-14 09:19:30 +00:00
Symbols.h Revert r263366: Cosmetic change to reduce repetitions. NFC. 2016-03-14 19:37:58 +00:00
Target.cpp ELF: Redefine canBeDefined as a member function of SymbolBody. 2016-03-13 19:48:18 +00:00
Target.h Remove dead code. NFC. 2016-03-14 14:25:28 +00:00
Writer.cpp Simplify. NFC. 2016-03-13 22:08:11 +00:00
Writer.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00

README.md

See docs/NewLLD.rst