llvm/lld/ELF
Fangrui Song d82679d805 [ELF] Drop Android specific workaround -m aarch64_elf64_le_vec
`extern const bfd_target aarch64_elf64_le_vec;` is a variable in BFD.
It was somehow misused as an emulation by Android.

```
% aarch64-linux-gnu-ld -m aarch64_elf64_le_vec a.o
aarch64-linux-gnu-ld: unrecognised emulation mode: aarch64_elf64_le_vec
Supported emulations: aarch64linux aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi
```

Acked by Stephen Hines, who removed the flag from Android a while back.
2021-02-09 00:43:10 -08:00
..
Arch [ELF] Support aarch64_be 2021-02-08 08:55:29 -08:00
AArch64ErrataFix.cpp
AArch64ErrataFix.h
ARMErrataFix.cpp
ARMErrataFix.h
CallGraphSort.cpp
CallGraphSort.h
CMakeLists.txt
Config.h [ELF] Inspect -EL & -EB for OUTPUT_FORMAT(default, big, little) 2021-02-08 10:34:57 -08:00
Driver.cpp [ELF] Drop Android specific workaround -m aarch64_elf64_le_vec 2021-02-09 00:43:10 -08:00
Driver.h
DriverUtils.cpp [ELF] Rewriting the path of sample profile file for --reproduce response.txt 2021-02-09 00:00:16 -08:00
DWARF.cpp
DWARF.h
EhFrame.cpp ELF: Teach the linker about the 'B' augmentation string character. 2021-01-05 19:51:11 -08:00
EhFrame.h
ICF.cpp
ICF.h
InputFiles.cpp [ELF] Support aarch64_be 2021-02-08 08:55:29 -08:00
InputFiles.h [LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead of multiple types definitions. NFCI. 2020-12-29 10:50:07 +03:00
InputSection.cpp [ELF] Allow R_386_GOTOFF from .debug_info 2021-02-04 09:17:47 -08:00
InputSection.h
LinkerScript.cpp
LinkerScript.h
LTO.cpp [LTO] Prevent devirtualization for symbols dynamically exported 2021-01-27 15:54:13 -08:00
LTO.h
MapFile.cpp
MapFile.h
MarkLive.cpp [ELF] --gc-sections: collect unused SHF_LINK_ORDER .gcc_except_table 2021-02-05 21:35:27 -08:00
MarkLive.h
Options.td [ELF] Inspect -EL & -EB for OUTPUT_FORMAT(default, big, little) 2021-02-08 10:34:57 -08:00
OutputSections.cpp
OutputSections.h [ELF][NFCI] small cleanup to OutputSections.h 2021-01-12 23:09:16 +00:00
README.md
Relocations.cpp [ELF] Delete unused --warn-ifunc-textrel 2021-02-02 09:47:06 -08:00
Relocations.h [LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 relocation 2021-01-26 12:01:38 +00:00
ScriptLexer.cpp
ScriptLexer.h
ScriptParser.cpp [ELF] Inspect -EL & -EB for OUTPUT_FORMAT(default, big, little) 2021-02-08 10:34:57 -08:00
ScriptParser.h
Symbols.cpp
Symbols.h [LTO] Prevent devirtualization for symbols dynamically exported 2021-01-27 15:54:13 -08:00
SymbolTable.cpp
SymbolTable.h
SyntheticSections.cpp [ELF] Drop .rel[a].debug_gnu_pub{names,types} for --gdb-index --emit-relocs 2021-01-12 00:07:28 -08:00
SyntheticSections.h [LLD][ELF] - Use LLVM_ELF_IMPORT_TYPES_ELFT instead of multiple types definitions. NFCI. 2020-12-29 10:50:07 +03:00
Target.cpp
Target.h
Thunks.cpp
Thunks.h
Writer.cpp [ELF] report section sizes when output file too large 2021-01-21 19:47:03 +00:00
Writer.h

See docs/NewLLD.rst