| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | plt-gnu-ld.test | 2 // The test is using bfd linker, since it may add versioning string 7 // RUN: %clang %cflags %p/../Inputs/plt.c -fuse-ld=bfd \ 8 // RUN: -o %t.bfd.exe -Wl,-q 9 // RUN: llvm-bolt %t.bfd.exe -o %t.bfd.bolt.exe --use-old-text=0 --lite=0 10 // RUN: %t.bfd.bolt.exe | FileCheck %s
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | mips-non-zero-gp0.s | 6 # We have to use GNU as and ld.bfd 2.28 to generate relocatable object 10 # && ld.bfd -m elf32btsmip -r test.o -o mips-gp0-non-zero.o 12 # && ld.bfd -m elf64btsmip -r test.o -o mips-n64-gp0-non-zero.o
|
| H A D | mips-eh_frame-pic.s | 11 ## Note: ld.bfd can link this file because it rewrites the .eh_frame section to use 26 ## Note: ld.bfd can link this file because it rewrites the .eh_frame section to use 49 ## Note: ld.bfd converts the R_MIPS_64 relocs to DW_EH_PE_pcrel | DW_EH_PE_sdata8
|
| H A D | version-script-reassign.s | 10 ## Note, ld.bfd errors on these cases. 21 ## Note, ld.bfd silently accepts this case.
|
| H A D | version-script-in-search-path.s | 3 # This behaviour matches ld.bfd.
|
| H A D | ppc32-weak-undef-call.s | 14 ## With -pie or -shared, create a call stub. ld.bfd produces bl .+0
|
| H A D | ppc64-toc-restore-recursive-call.s | 13 # strongly about either way. It was done because it matches what bfd and gold do
|
| H A D | got32-i386-pie-rw.s | 11 # Unlike bfd and gold we accept this.
|
| H A D | ppc64-tls-gd.s | 80 ## consistent with ld.bfd
|
| H A D | edata-etext.s | 12 ## That is how gold/bfd do. At the same time specs says: "If the address of _edata is
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 36 MetaVarName<"[bfd,maxpc,exec,universal]">, 38 " =bfd - Zero for all addresses and [1,1] for DWARF v4 (or less) address ranges and exec\n" 41 " =universal - Both: bfd and maxpc"
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | subalign.s | 26 ## Value of dot is undefined. Some versions of ld.bfd do not allow to use dot 32 ## Test we are able to link with zero alignment, this is consistent with bfd 2.26.1.
|
| H A D | orphan-end.s | 4 # Test that .orphan_rx is placed after __stack_end. This matches bfd's
|
| H A D | linker-script-in-search-path.s | 3 # This behaviour matches ld.bfd and various projects appear to rely on this
|
| /llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/test/ |
| H A D | Makefile | 5 CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
|
| /llvm-project-15.0.7/bolt/ |
| H A D | CMakeLists.txt | 67 find_program(GNU_LD_EXECUTABLE NAMES ${LLVM_DEFAULT_TARGET_TRIPLE}-ld.bfd ld.bfd DOC "GNU ld")
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfutil/ELF/X86/ |
| H A D | gc-bfd.test | 2 ## tombstone=bfd) is removed. 6 # RUN: llvm-dwarfutil --tombstone=bfd --garbage-collection %t.o - | llvm-dwarfdump -a - | FileCheck…
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GoldPlugin.rst | 15 ``ar`` and ``nm``. Note that ld.bfd from binutils version 2.21.51.0.2 17 gold plugin with ld.bfd is not tested and therefore not officially 86 to install ``LLVMgold.so`` to ``/usr/lib/bfd-plugins`` for a seamless setup. 153 * Copy ``Release/lib/LLVMgold.so`` to ``$PREFIX/lib/bfd-plugins/``
|
| /llvm-project-15.0.7/bolt/test/AArch64/ |
| H A D | plt-gnu-ld.test | 3 // The test is using bfd linker, since it may add versioning string
|
| /llvm-project-15.0.7/compiler-rt/test/profile/Linux/ |
| H A D | instrprof-value-prof-warn.test | 1 RUN: %clang_pgogen -O2 -fuse-ld=bfd -mllvm -disable-vp=false -mllvm -vp-static-alloc=true -DSTRESS=…
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 84 - `bfd`: zero for all addresses and [1,1] for DWARF v4 (or less) address ranges and exec. 88 - `universal`: both `bfd` and `maxpc`.
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx0x-deleted-default-ctor.cpp | 75 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | tls-no-plt.ll | 5 ;; a ld.bfd bug (binutils PR24784).
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | comdat-jumptable.s | 13 # In these cases, ld.bfd keeps all rdata sections, but the relocations that
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 681 find_program(GNU_LD_EXECUTABLE NAMES ${LLVM_DEFAULT_TARGET_TRIPLE}-ld.bfd ld.bfd DOC "GNU ld")
|