Searched refs:gold (Results 1 – 25 of 128) sorted by relevance
123456
/external/llvm/docs/ |
D | GoldPlugin.rst | 2 The LLVM gold plugin 10 `gold linker`_ which supports LTO via plugins. This is the same mechanism 13 The LLVM gold plugin implements the gold plugin interface on top of 17 .. _`gold linker`: http://sourceware.org/binutils 19 .. _`gold plugin interface`: http://gcc.gnu.org/wiki/whopr/driver 26 You need to have gold with plugin support and build the LLVMgold plugin. 27 Check whether you have gold running ``/usr/bin/ld -v``. It will report "GNU 28 gold" or else "GNU ld" if not. If you have gold, check for plugin support 31 will either need to build gold or install a version with plugin support. 33 * Download, configure and build gold with plugin support: [all …]
|
/external/llvm/test/tools/gold/X86/ |
D | thinlto.ll | 1 ; First ensure that the ThinLTO handling in the gold plugin handles 5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 10 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 15 ; Next generate summary sections and test gold handling. 19 ; Ensure gold generates an index and not a binary if requested. 20 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 28 ; Ensure gold generates an index as well as a binary by default in ThinLTO mode. 30 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 38 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 46 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ [all …]
|
D | thinlto_emit_imports.ll | 1 ; Generate summary sections and test gold handling. 5 ; Ensure gold generates imports files if requested for distributed backends. 6 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 16 ; IMPORTS1: test/tools/gold/X86/Output/thinlto_emit_imports.ll.tmp2.o
|
D | start-lib-common.ll | 7 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 14 ; ToT gold (as of 03/2016) honors --start-lib/--end-lib, drops %t2.o and ends up 16 ; Older gold does not drop %t2.o and ends up with (i32 align 8) symbol. This is 18 ; both old and new gold.
|
D | common.ll | 8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 16 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 24 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 32 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 41 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | invalid.ll | 1 ; RUN: not %gold -plugin %llvmshlibdir/LLVMgold.so \ 6 ; CHECK: error: LLVM gold plugin has failed to create LTO module: Malformed block
|
D | drop-debug.ll | 1 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 8 ; CHECK: warning: LLVM gold plugin: ignoring debug info with an invalid version (1) in {{.*}}/Input…
|
D | opt-level.ll | 2 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \ 5 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \ 8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so -plugin-opt=save-temps \
|
D | remarks.ll | 3 ; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \ 6 ; RUN: not %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
|
D | disable-verify.ll | 4 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \ 9 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
|
D | available-externally.ll | 4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 9 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | thinlto_archive.ll | 9 ; Test importing from archive library via gold, using jobs=1 to ensure 11 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | strip_names.ll | 3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 8 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | resolve-to-alias.ll | 4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 11 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | linkonce-weak.ll | 4 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 9 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
D | thinlto_alias.ll | 9 ; Note that gold picks the first copy of weakfunc() as the prevailing one, 12 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
|
D | emit-llvm.ll | 3 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 10 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \ 19 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
/external/swiftshader/third_party/LLVM/tools/gold/ |
D | README.txt | 2 gold linker. At present time, this is not the default linker in 3 binutils, and the default build of gold does not support plugins. 12 there configure binutils with "../src/configure --enable-gold --enable-plugins". 13 Then build binutils with "make all-gold".
|
/external/llvm/tools/gold/ |
D | CMakeLists.txt | 1 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports) 19 gold-plugin.cpp
|
D | README.txt | 5 gold linker. At present time, this is not the default linker in 6 binutils, and the default build of gold does not support plugins.
|
/external/compiler-rt/test/profile/Linux/ |
D | coverage_shared.test | 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -fcoverage-… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 6 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-alloc.test | 1 // RUN: %clang_profgen -Xclang -fprofile-instrument=llvm -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,… 4 … -Xclang -fprofile-instrument=llvm -mllvm -vp-static-alloc=false -fuse-ld=gold -Wl,-wrap,malloc -W…
|
D | instrprof-dynamic-two-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.s… 4 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share…
|
D | instrprof-dynamic-one-shared.test | 2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.s… 3 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-share… 5 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stati…
|
D | instrprof-dlopen.test | 2 ….d/func.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections … 3 …d/func2.shared -fPIC -shared -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections … 8 RUN: %clang_profgen -fdata-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-stat…
|
123456