Imported Upstream version 5.18.0.161

Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-19 08:34:24 +00:00
parent 37fbf886a3
commit e19d552987
28702 changed files with 3868076 additions and 803 deletions

18
external/llvm/tools/gold/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,18 @@
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports)
if( LLVM_ENABLE_PIC AND LLVM_BINUTILS_INCDIR )
include_directories( ${LLVM_BINUTILS_INCDIR} )
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Linker
LTO
BitWriter
IPO
)
add_llvm_loadable_module(LLVMgold
gold-plugin.cpp
)
endif()

13
external/llvm/tools/gold/README.txt vendored Normal file
View File

@@ -0,0 +1,13 @@
The LLVM Gold LTO Plugin
========================
This directory contains a plugin that is designed to work with binutils
gold linker. At present time, this is not the default linker in
binutils, and the default build of gold does not support plugins.
See docs/GoldPlugin.html for complete build and usage instructions.
NOTE: libLTO and LLVMgold aren't built without PIC because they would fail
to link on x86-64 with a relocation error: PIC and non-PIC can't be combined.
As an alternative to passing --enable-pic, you can use 'make ENABLE_PIC=1' in
your entire LLVM build.

992
external/llvm/tools/gold/gold-plugin.cpp vendored Normal file

File diff suppressed because it is too large Load Diff

1
external/llvm/tools/gold/gold.exports vendored Normal file
View File

@@ -0,0 +1 @@
onload