]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lld trunk r321530:
authordim <dim@FreeBSD.org>
Thu, 28 Dec 2017 21:23:25 +0000 (21:23 +0000)
committerdim <dim@FreeBSD.org>
Thu, 28 Dec 2017 21:23:25 +0000 (21:23 +0000)
commit74c36e8e077d795d5fd5b67e8f08fceced5ed19e
treeae204c76257fe2799a8fdc5fcb12a2523805c7c8
parent8c8c8afc790a65fe2711341e503e6a5f46b2714b
Vendor import of lld trunk r321530:
https://llvm.org/svn/llvm-project/lld/trunk@321530
25 files changed:
COFF/Config.h
COFF/Driver.cpp
COFF/Driver.h
COFF/DriverUtils.cpp
COFF/Options.td
COFF/SymbolTable.cpp
ELF/Arch/X86.cpp
ELF/Arch/X86_64.cpp
ELF/Relocations.cpp
ELF/ScriptLexer.cpp
ELF/ScriptParser.cpp
test/COFF/ignore4217.yaml [new file with mode: 0644]
test/ELF/Inputs/writable-sec-plt-reloc.s [new file with mode: 0644]
test/ELF/Inputs/znotext-copy-relocations.s [new file with mode: 0644]
test/ELF/Inputs/znotext-plt-relocations-protected.s [new file with mode: 0644]
test/ELF/arm-thumb-no-undefined-thunk.s
test/ELF/arm-undefined-weak.s
test/ELF/gnu-ifunc-i386.s
test/ELF/gnu-ifunc.s
test/ELF/writable-sec-plt-reloc.s [new file with mode: 0644]
test/ELF/x86-64-dyn-rel-error.s
test/ELF/x86-64-dyn-rel-error2.s
test/ELF/znotext-copy-relocation.s [new file with mode: 0644]
test/ELF/znotext-plt-relocations-protected.s [new file with mode: 0644]
test/ELF/znotext-weak-undef.s [new file with mode: 0644]