]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lld trunk r302418:
authordim <dim@FreeBSD.org>
Mon, 8 May 2017 17:13:44 +0000 (17:13 +0000)
committerdim <dim@FreeBSD.org>
Mon, 8 May 2017 17:13:44 +0000 (17:13 +0000)
commit2afe58059b637492a26964874197c4a69d54f1dd
tree71baf2dfe04008283f87b4c0ae75a2268033cd62
parente76781abff542ff79c37a8bc5d29280a602295e7
Vendor import of lld trunk r302418:
https://llvm.org/svn/llvm-project/lld/trunk@302418
42 files changed:
CMakeLists.txt
COFF/Chunks.h
COFF/ICF.cpp
COFF/PDB.cpp
ELF/Config.h
ELF/Driver.cpp
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/Options.td
ELF/OutputSections.cpp
ELF/Relocations.cpp
ELF/SymbolTable.cpp
ELF/Symbols.cpp
ELF/SyntheticSections.cpp
ELF/Target.cpp
ELF/Target.h
ELF/Writer.cpp
ELF/Writer.h
include/lld/Core/Parallel.h
include/lld/Core/TaskGroup.h [new file with mode: 0644]
include/lld/Support/Memory.h [deleted file]
lib/Core/CMakeLists.txt
lib/Core/TaskGroup.cpp [new file with mode: 0644]
test/ELF/Inputs/i386-static-tls-model1.s [new file with mode: 0644]
test/ELF/Inputs/i386-static-tls-model2.s [new file with mode: 0644]
test/ELF/Inputs/i386-static-tls-model3.s [new file with mode: 0644]
test/ELF/Inputs/i386-static-tls-model4.s [new file with mode: 0644]
test/ELF/defsym.s
test/ELF/i386-static-tls-model.s [new file with mode: 0644]
test/ELF/i386-tls-ie-shared.s
test/ELF/linkerscript/Inputs/compress-debug-sections.s [new file with mode: 0644]
test/ELF/linkerscript/compress-debug-sections.s [new file with mode: 0644]
test/ELF/lto/Inputs/duplicated-name.ll [new file with mode: 0644]
test/ELF/lto/archive-no-index.ll
test/ELF/lto/duplicated-name.ll [new file with mode: 0644]
test/ELF/lto/thin-archivecollision.ll
test/ELF/tls-dynamic-i686.s
test/ELF/tls-offset.s
test/ELF/tls-opt-iele-i686-nopic.s
unittests/CoreTests/CMakeLists.txt