Home
last modified time | relevance | path

Searched refs:bfd (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/bolt/test/runtime/
H A Dplt-gnu-ld.test2 // 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 Dmips-non-zero-gp0.s6 # 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 Dmips-eh_frame-pic.s11 ## 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 Dversion-script-reassign.s10 ## Note, ld.bfd errors on these cases.
21 ## Note, ld.bfd silently accepts this case.
H A Dversion-script-in-search-path.s3 # This behaviour matches ld.bfd.
H A Dppc32-weak-undef-call.s14 ## With -pie or -shared, create a call stub. ld.bfd produces bl .+0
H A Dppc64-toc-restore-recursive-call.s13 # strongly about either way. It was done because it matches what bfd and gold do
H A Dgot32-i386-pie-rw.s11 # Unlike bfd and gold we accept this.
H A Dppc64-tls-gd.s80 ## consistent with ld.bfd
H A Dedata-etext.s12 ## 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 DOptions.td36 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 Dsubalign.s26 ## 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 Dorphan-end.s4 # Test that .orphan_rx is placed after __stack_end. This matches bfd's
H A Dlinker-script-in-search-path.s3 # 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 DMakefile5 CFLAGS_EXTRAS += -mmpx -fcheck-pointer-bounds -lmpxwrappers -lmpx -fuse-ld=bfd
/llvm-project-15.0.7/bolt/
H A DCMakeLists.txt67 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 Dgc-bfd.test2 ## 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 DGoldPlugin.rst15 ``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 Dplt-gnu-ld.test3 // The test is using bfd linker, since it may add versioning string
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dinstrprof-value-prof-warn.test1 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 Dllvm-dwarfutil.rst84 - `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 Dcxx0x-deleted-default-ctor.cpp75 bad_field_default bfd; // expected-error {{call to implicitly-deleted default constructor}} variable
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtls-no-plt.ll5 ;; a ld.bfd bug (binutils PR24784).
/llvm-project-15.0.7/lld/test/COFF/
H A Dcomdat-jumptable.s13 # In these cases, ld.bfd keeps all rdata sections, but the relocations that
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dconfig-ix.cmake681 find_program(GNU_LD_EXECUTABLE NAMES ${LLVM_DEFAULT_TARGET_TRIPLE}-ld.bfd ld.bfd DOC "GNU ld")

12