llvm-project/lld/ELF
Rui Ueyama 8c8818a58c Support -color-diagnostics={auto,always,never}.
-color-diagnostics=auto is default because that's the same as
Clang's default. When color is enabled, error or warning messages
are colored like this.

  error:
  <bold>ld.lld</bold> <red>error:</red> foo.o: no such file

  warning:
  <bold>ld.lld</bold> <magenta>warning:</magenta> foo.o: no such file

Differential Revision: https://reviews.llvm.org/D27117

llvm-svn: 287949
2016-11-25 20:27:32 +00:00
..
CMakeLists.txt Remove a file that is too short to be an independent file. 2016-11-19 23:26:41 +00:00
Config.h Support -color-diagnostics={auto,always,never}. 2016-11-25 20:27:32 +00:00
Driver.cpp Support -color-diagnostics={auto,always,never}. 2016-11-25 20:27:32 +00:00
Driver.h Remove a file that is too short to be an independent file. 2016-11-19 23:26:41 +00:00
DriverUtils.cpp [ELF] Better error reporting for linker scripts 2016-11-21 15:49:56 +00:00
EhFrame.cpp Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
EhFrame.h [ELF] Print error location in .eh_frame parser 2016-11-23 09:45:17 +00:00
Error.cpp Support -color-diagnostics={auto,always,never}. 2016-11-25 20:27:32 +00:00
Error.h Update comment. 2016-11-24 01:44:21 +00:00
GdbIndex.cpp Define toString() as a generic function to get a string for error message. 2016-11-23 18:07:33 +00:00
GdbIndex.h [ELF] - Partial support of --gdb-index command line option (Part 1). 2016-10-20 09:19:48 +00:00
ICF.cpp Update comments. 2016-11-20 23:15:54 +00:00
ICF.h Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +00:00
InputFiles.cpp Move typedefs inside a class definition. 2016-11-25 18:51:56 +00:00
InputFiles.h Move typedefs inside a class definition. 2016-11-25 18:51:56 +00:00
InputSection.cpp Parallelize uncompress() and splitIntoPieces(). 2016-11-25 20:05:08 +00:00
InputSection.h Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
LTO.cpp [LTO] Remove a check on datalayout. 2016-11-22 20:37:37 +00:00
LTO.h Consolidate BumpPtrAllocators. 2016-10-28 20:57:25 +00:00
LinkerScript.cpp Remove a parameter from ScriptParser. 2016-11-25 18:51:54 +00:00
LinkerScript.h Add comments. 2016-11-21 02:11:05 +00:00
MarkLive.cpp Parse relocations only once. 2016-11-10 14:53:24 +00:00
Memory.cpp Replace GAlloc with a template function. 2016-11-01 21:06:40 +00:00
Memory.h [ELF] - Fix mistype. NFC. 2016-11-08 15:26:21 +00:00
Mips.cpp [ELF][MIPS] N32 ABI support 2016-11-05 22:58:01 +00:00
Options.td Support -color-diagnostics={auto,always,never}. 2016-11-25 20:27:32 +00:00
OutputSections.cpp [ELF] EhOutputSection improvements 2016-11-25 08:27:15 +00:00
OutputSections.h [ELF] EhOutputSection improvements 2016-11-25 08:27:15 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
Relocations.h Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
ScriptParser.cpp [ELF] Better error reporting for linker scripts 2016-11-21 15:49:56 +00:00
ScriptParser.h [ELF] Better error reporting for linker scripts 2016-11-21 15:49:56 +00:00
Strings.cpp Define toString(const SymbolBody &) and remove maybeDemangle instead. 2016-11-24 20:24:18 +00:00
Strings.h Define toString(const SymbolBody &) and remove maybeDemangle instead. 2016-11-24 20:24:18 +00:00
SymbolTable.cpp Move getLocation from Relocations.cpp to InputSection.cpp. 2016-11-25 18:51:53 +00:00
SymbolTable.h Remove one of SymbolTable::addRegular function that forwards other addRegular. 2016-11-23 06:59:47 +00:00
Symbols.cpp Define toString(const SymbolBody &) and remove maybeDemangle instead. 2016-11-24 20:24:18 +00:00
Symbols.h Define toString(const SymbolBody &) and remove maybeDemangle instead. 2016-11-24 20:24:18 +00:00
SyntheticSections.cpp [ELF] - Add support for access to most of synthetic sections from linkerscript. 2016-11-25 08:05:41 +00:00
SyntheticSections.h [ELF] - Add support for access to most of synthetic sections from linkerscript. 2016-11-25 08:05:41 +00:00
Target.cpp [ELF] Refactor getDynRel to print error location 2016-11-25 08:56:36 +00:00
Target.h [ELF] Refactor getDynRel to print error location 2016-11-25 08:56:36 +00:00
Thunks.cpp Split Header into individual fields. 2016-11-09 01:42:41 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp [ELF] - Add support for access to most of synthetic sections from linkerscript. 2016-11-25 08:05:41 +00:00
Writer.h Make OutputSectionBase a class instead of class template. 2016-11-09 23:23:45 +00:00

README.md

See docs/NewLLD.rst