llvm-project/lld/ELF
Ed Maste 4d9947ba09 ELF: Add -Qy as ignored option
GCC passes it by default on powerpc64 on FreeBSD. GNU ld claims "this
option is ignored for SVR4 compatibility", so we can ignore it too.

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

llvm-svn: 280864
2016-09-07 21:10:25 +00:00
..
CMakeLists.txt Fix shared library build. 2016-09-06 21:06:55 +00:00
Config.h Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError. 2016-09-02 19:36:29 +00:00
Driver.cpp [ELF] Add support for -no-gc-sections flag 2016-09-06 18:28:49 +00:00
Driver.h COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
DriverUtils.cpp COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
EhFrame.cpp [ELF] Allow arbitrary code alignment in .eh_frame 2016-07-29 04:41:38 +00:00
EhFrame.h Create a new file EhFrame.cpp and move code to read .eh_frame there. 2016-05-24 02:55:45 +00:00
Error.cpp Delete dead code. 2016-07-18 18:24:41 +00:00
Error.h ELF: Make check() always return a value. 2016-07-15 02:01:03 +00:00
ICF.cpp [ELF] ICF should respect section alignment 2016-08-22 18:53:09 +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 [LTO/InputFiles] Merge two ifs into one. NFCI. 2016-08-31 12:27:47 +00:00
InputFiles.h [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
InputSection.cpp Delete dead field. NFC. 2016-09-07 20:37:34 +00:00
InputSection.h Move field to the base class. NFC. 2016-09-07 20:41:19 +00:00
LTO.cpp Internalize common variables. 2016-08-31 13:42:08 +00:00
LTO.h ELF: Remove member variables that are used only in one function. 2016-07-15 03:06:42 +00:00
LinkerScript.cpp [ELF] - Linkerscript: create multiple output sections for inputs with different attributes. 2016-09-07 10:46:07 +00:00
LinkerScript.h Support ABSOLUE keyword in symbol assignments 2016-09-07 07:08:43 +00:00
MarkLive.cpp Unpollute the global namespace. lld edition. 2016-08-06 13:52:37 +00:00
Mips.cpp [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
Options.td ELF: Add -Qy as ignored option 2016-09-07 21:10:25 +00:00
OutputSections.cpp [ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets 2016-09-04 17:40:12 +00:00
OutputSections.h [ELF] Do not omit debug sections when computing build-id 2016-09-01 22:43:03 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Delete dead field. NFC. 2016-09-07 20:37:34 +00:00
Relocations.h Delete dead field. NFC. 2016-09-07 20:37:34 +00:00
ScriptParser.cpp [ELF] - Fix for: PR29093 - version script does not support [chars] wildcards 2016-09-07 10:19:44 +00:00
ScriptParser.h Remove dead ctor. 2016-07-30 00:13:30 +00:00
Strings.cpp [ELF] - Fix for: PR29093 - version script does not support [chars] wildcards 2016-09-07 10:19:44 +00:00
Strings.h [ELF] - Use std::regex instead of hand written logic in elf::globMatch() 2016-09-02 21:17:20 +00:00
SymbolListFile.cpp [ELF] - Remove VersionScriptParser class and move the members to ScriptParser 2016-08-31 09:08:26 +00:00
SymbolListFile.h [ELF] - Remove VersionScriptParser class and move the members to ScriptParser 2016-08-31 09:08:26 +00:00
SymbolTable.cpp Update comments. 2016-09-02 22:15:08 +00:00
SymbolTable.h [ELF] - Use std::regex instead of hand written logic in elf::globMatch() 2016-09-02 21:17:20 +00:00
Symbols.cpp Delete unnecessary template. 2016-08-31 13:28:33 +00:00
Symbols.h Delete unnecessary template. 2016-08-31 13:28:33 +00:00
Target.cpp [ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TPREL64 relocations calculation 2016-09-05 15:42:43 +00:00
Target.h [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold. 2016-08-17 02:10:51 +00:00
Thunks.cpp Sign extend a value before passing it to the Target. 2016-09-01 13:52:52 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp [ELF][MIPS] Do not create a hidden definition for __tls_get_addr on MIPS 2016-09-05 15:42:29 +00:00
Writer.h [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00

README.md

See docs/NewLLD.rst