Vendor import of lld 6.0.0 release r326565:

https://llvm.org/svn/llvm-project/lld/tags/RELEASE_600/final@326565
This commit is contained in:
Dimitry Andric 2018-03-04 15:07:16 +00:00
parent 59909f3a4e
commit f0d24653c1

View file

@ -57,7 +57,7 @@ ELF Improvements
* lld can now identify and patch a code sequence that triggers AArch64 errata 843419.
Add ``--fix-cortex-a53-843419`` to enable the feature.
* lld can now generate thunks for out of range thunks.
* lld can now generate thunks for out of range branches.
* MIPS port now generates all output dynamic relocations using Elf_Rel format only.