hanchenye-llvm-project/lld/test/ELF
Petr Hosek e5d3ca5031 [ELF] Linkerscript: define symbols outside SECTIONS
Symbol assignments outside of SECTIONS command need to be created
even when SECTIONS command is not used.

Differential Revision: https://reviews.llvm.org/D23751

llvm-svn: 280252
2016-08-31 15:31:17 +00:00
..
Inputs [ELF][MIPS] Replace binary test input file by asembler code in the test. NFC 2016-07-26 21:11:34 +00:00
linkerscript [ELF] Linkerscript: define symbols outside SECTIONS 2016-08-31 15:31:17 +00:00
lto Internalize common variables. 2016-08-31 13:42:08 +00:00
aarch64-abs16.s
aarch64-abs32.s
aarch64-abs64-dyn.s [ELF] - Implemented -z combrelocs/nocombreloc. 2016-05-10 15:47:57 +00:00
aarch64-call26-error.s
aarch64-condb-reloc.s
aarch64-copy.s
aarch64-copy2.s Add missing REQUIRES. 2016-06-04 19:30:58 +00:00
aarch64-data-relocs.s
aarch64-fpic-abs16.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
aarch64-fpic-add_abs_lo12_nc.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-adr_prel_lo21.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-adr_prel_pg_hi21.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-got.s
aarch64-fpic-ldst8_abs_lo12_nc.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-ldst32_abs_lo12_nc.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-ldst64_abs_lo12_nc.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
aarch64-fpic-prel16.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
aarch64-fpic-prel32.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
aarch64-fpic-prel64.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
aarch64-gnu-ifunc-nosym.s
aarch64-gnu-ifunc.s
aarch64-got-relocations.s
aarch64-got.s
aarch64-hi21-error.s
aarch64-jump26-error.s
aarch64-lo21-error.s
aarch64-prel16.s
aarch64-prel32.s
aarch64-relative.s
aarch64-relocs.s
aarch64-tls-gdie.s Implement gd to ie relaxation for aarch64. 2016-06-04 23:33:31 +00:00
aarch64-tls-gdle.s Update for a recent format change. 2016-05-13 21:58:46 +00:00
aarch64-tls-ie.s add missing REQUIRES 2016-06-05 22:54:11 +00:00
aarch64-tls-iele.s Update for a recent format change. 2016-05-13 21:58:46 +00:00
aarch64-tls-le.s
aarch64-tls-pie.s
aarch64-tls-static.s Add a missing REQUIRES. 2016-06-05 19:28:44 +00:00
aarch64-tlsdesc.s Start adding tlsdesc support for aarch64. 2016-06-02 19:49:53 +00:00
aarch64-tstbr14-reloc.s
abs-hidden.s
allow-multiple-definition.s
allow-shlib-undefined.s
amdgpu-entry.s
amdgpu-globals.s
amdgpu-kernels.s
amdgpu-relocs.s ELF/AMDGPU: Add support for R_AMDGPU_ABS32 2016-07-21 15:30:13 +00:00
archive.s
arm-abs32-dyn.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-attributes-remove.s Add missing REQUIRES: arm from test. To fix tests building without ARM. 2016-06-07 09:49:40 +00:00
arm-blx.s Add initial support for Thumb for ARMv7a 2016-06-16 09:53:46 +00:00
arm-branch-error.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-branch.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-copy.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-data-prel.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-data-relocs.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-exidx-output.s Canonicalize output section name for .ARM.exidx sections 2016-08-24 09:08:54 +00:00
arm-fpic-got.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-gnu-ifunc-nosym.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-gnu-ifunc.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-got-relative.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-gotoff.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-mov-relocs.s Recommit R274836 Add Thunk support framework for ARM and Mips 2016-07-08 16:10:27 +00:00
arm-plt-reloc.s Initial support for ARM in lld. 2016-06-07 09:31:52 +00:00
arm-target1.s [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings. 2016-08-31 08:53:21 +00:00
arm-thumb-blx.s Remove trailing whitespaces. 2016-07-25 16:51:52 +00:00
arm-thumb-branch-error.s Add initial support for Thumb for ARMv7a 2016-06-16 09:53:46 +00:00
arm-thumb-branch.s Add initial support for Thumb for ARMv7a 2016-06-16 09:53:46 +00:00
arm-thumb-interwork-thunk.s Recommit R274836 Add Thunk support framework for ARM and Mips 2016-07-08 16:10:27 +00:00
arm-thumb-narrow-branch-check.s Add initial support for Thumb for ARMv7a 2016-06-16 09:53:46 +00:00
arm-thumb-plt-reloc.s Add initial support for Thumb for ARMv7a 2016-06-16 09:53:46 +00:00
arm-tls-gd32.s Support for standard model ARM TLS 2016-07-20 08:52:27 +00:00
arm-tls-ie32.s Support for standard model ARM TLS 2016-07-20 08:52:27 +00:00
arm-tls-ldm32.s Initial support for the local dynamic model ARM TLS relocations: 2016-07-20 14:56:26 +00:00
arm-tls-le32.s Support for standard model ARM TLS 2016-07-20 08:52:27 +00:00
as-needed-no-reloc.s
as-needed.s
avoid-empty-program-headers.s
basic-aarch64.s
basic-freebsd.s
basic-mips.s [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
basic-ppc.s
basic.s [ELF] Introduce a flag to parse response files according to windows rules. 2016-07-06 21:24:34 +00:00
basic32.s
basic64be.s
bss.s
bsymbolic-undef.s
bsymbolic.s Remove trailing whitespaces. 2016-07-25 16:51:52 +00:00
build-id.s Implement support for --build-id=uuid switch 2016-08-26 09:55:37 +00:00
combrelocs.s [ELF] - Implemented -z combrelocs/nocombreloc. 2016-05-10 15:47:57 +00:00
comdat.s
common.s
compressed-debug-input.s Fix endianness issue. 2016-07-07 03:55:55 +00:00
conflict.s [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings. 2016-08-31 08:53:21 +00:00
copy-errors.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
copy-in-shared.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
copy-rel-corrupted.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
copy-rel-pie-error.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
copy-rel-pie.s Fix copy relocations in pie. 2016-05-05 19:41:49 +00:00
ctors_dtors_priority.s
default-output.s
discard-locals.s
discard-merge-locals.s
discard-merge-unnamed.s
discard-none.s
dont-export-hidden.s
driver.test [ELF] - Do not exit if -v is specified. 2016-08-16 13:25:53 +00:00
dt_flags.s
dt_tags.s
duplicate-internal.s
duplicated-plt-entry.s
dynamic-list.s Remove trailing whitespaces. 2016-07-25 16:51:52 +00:00
dynamic-reloc-in-ro.s [ELF] Only print symbol name when it is available 2016-08-22 19:01:53 +00:00
dynamic-reloc-index.s
dynamic-reloc-weak.s
dynamic-reloc.s
dynamic.s
dynsym-pie.s
edata-etext.s
eh-align-cie.s
eh-frame-dyn-rel.s [ELF] Improve error reporting for relocations 2016-08-18 21:55:23 +00:00
eh-frame-gc.s
eh-frame-gc2.s Fix PR28575. 2016-07-21 20:18:30 +00:00
eh-frame-hdr-abs-fde.s
eh-frame-hdr-augmentation.s
eh-frame-hdr-icf.s Refactor EhFrameHdr. 2016-05-23 03:00:33 +00:00
eh-frame-hdr-no-out.s
eh-frame-hdr-no-out2.s
eh-frame-hdr.s Set sh_addralign to 1 instead of 0. 2016-07-14 05:46:24 +00:00
eh-frame-marker.s Delete EhInputSection::getOffset. 2016-07-20 20:19:58 +00:00
eh-frame-merge.s Do not propagate section name and attributes to .eh_frame. 2016-05-23 15:12:41 +00:00
eh-frame-multilpe-cie.s Fix a wrong assumption. 2016-05-24 16:03:27 +00:00
eh-frame-plt.s
eh-frame-rel.s
eh-frame-type.test [yaml2obj] Updating LLD tests to account for LLVM r273915 2016-06-27 20:17:08 +00:00
ehdr_start.s [ELF] Define __ehdr_start symbol 2016-08-22 18:44:04 +00:00
ehframe-relocation.s Do not propagate section name and attributes to .eh_frame. 2016-05-23 15:12:41 +00:00
empty-archive.s
empty-ver.s Handle empty versions. 2016-06-28 21:48:33 +00:00
emulation.s Add EM_IAMCU support. 2016-08-03 20:15:56 +00:00
end-preserve.s
end-update.s
end.s [ELF] - Linkerscript: do not define _edata,_end,_etext if SECTIONS is used. 2016-08-08 08:42:48 +00:00
entry.s [ELF] Support --entry= option variant. Update tests while I'm there. 2016-07-04 21:50:50 +00:00
fatal-warnings.s [ELF] - Implemented --fatal-warnings option. 2016-07-04 13:43:12 +00:00
file-sym.s
gc-merge-local-sym.s
gc-sections-eh.s
gc-sections-local-sym.s
gc-sections-lsda.s Fix --gc-sections when .eh_frame has a lsda. 2016-05-05 13:51:14 +00:00
gc-sections-merge-addend.s
gc-sections-merge-implicit-addend.s
gc-sections-merge.s
gc-sections-print.s
gc-sections-protected.s
gc-sections-shared.s
gc-sections-weak.s
gc-sections.s
global_offset_table.s
global_offset_table_shared.s
gnu-hash-table.s
gnu-ifunc-gotpcrel.s
gnu-ifunc-i386.s
gnu-ifunc-nosym-i386.s
gnu-ifunc-nosym.s
gnu-ifunc-relative.s
gnu-ifunc.s
gnu-unique.s
gnustack.s
got-aarch64.s
got-i386.s
got-plt-header.s Document and test the first few .got.plt entries. 2016-05-09 18:12:15 +00:00
got.s
gotpc-relax-nopic.s Add DT_REL(A)COUNT tag to .dynamic section 2016-08-31 08:51:39 +00:00
gotpc-relax-und-dso.s Make test more realistic. 2016-05-28 15:38:13 +00:00
gotpc-relax.s Make test more realistic. 2016-05-28 15:38:13 +00:00
gotpcrelx.s Make test more realistic. 2016-05-28 15:38:13 +00:00
i386-got-and-copy.s
i386-gotpc.s
i386-merge.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
i386-relative.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
i386-relax-reloc.s Read the implicit addend of R_386_GOT32X. 2016-07-06 21:48:50 +00:00
i386-tls-ie-shared.s Add DT_REL(A)COUNT tag to .dynamic section 2016-08-31 08:51:39 +00:00
icf1.s
icf2.s
icf3.s
icf4.s
icf5.s
icf6.s
icf7.s [ELF] ICF should respect section alignment 2016-08-22 18:53:09 +00:00
image-base.s [ELF] Rename the test to reflect the option name 2016-07-13 18:31:44 +00:00
incompatible-ar-first.s
incompatible.s
init-fini.s
init_fini_priority.s
invalid-cie-length.s
invalid-cie-length2.s
invalid-cie-length3.s
invalid-cie-length4.s Refactor EHOutputSection. 2016-05-22 23:16:14 +00:00
invalid-cie-length5.s Refactor EHOutputSection. 2016-05-22 23:16:14 +00:00
invalid-cie-reference.s
invalid-dynamic-list.test
invalid-elf.test
invalid-fde-rel.s
invalid-linkerscript.test [ELF] Linkerscript: support assignment outside SECTIONS 2016-08-18 04:34:27 +00:00
invalid-relocations.test [yaml2obj] Updating LLD tests to account for LLVM r273915 2016-06-27 20:17:08 +00:00
libsearch.s Fix library search order. 2016-06-27 07:26:28 +00:00
linkerscript-outsections-addr.s [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold. 2016-08-17 02:10:51 +00:00
lit.local.cfg
llvm33-rela-outside-group.s
local-dynamic.s
local-got-pie.s Add DT_REL(A)COUNT tag to .dynamic section 2016-08-31 08:51:39 +00:00
local-got-shared.s Add DT_REL(A)COUNT tag to .dynamic section 2016-08-31 08:51:39 +00:00
local-got.s
local-undefined-symbol.s
local.s
many-sections.s
merge-invalid-size.s
merge-shared-str.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
merge-shared.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
merge-string-align.s
merge-string-empty.s Do not handle zero-sized mergeable section as mergeable. 2016-08-03 05:28:02 +00:00
merge-string-error.s Include filenames and section names to error messages. 2016-08-03 04:39:42 +00:00
merge-string-no-null.s
merge-string.s
merge-sym.s
merge.s
mips-26-mask.s [ELF][MIPS] Apply mask while reading implicit addend and writing result of R_MIPS_26 relocation. 2016-07-22 05:56:43 +00:00
mips-26.s
mips-32.s [ELF] - Implemented -z combrelocs/nocombreloc. 2016-05-10 15:47:57 +00:00
mips-64-disp.s [ELF][MIPS] Support GOT entries for non-preemptible symbols with different addends 2016-06-19 21:39:37 +00:00
mips-64-got.s [ELF][MIPS] Support GOT entries for non-preemptible symbols with different addends 2016-06-19 21:39:37 +00:00
mips-64-gprel-so.s [ELF][MIPS] Always resolve MIPS GP-relative relocations to 'local' definitions 2016-05-28 04:49:57 +00:00
mips-64-rels.s [ELF][MIPS] Handling 'packed' N64 ABI relocations 2016-05-08 14:08:40 +00:00
mips-64.s When using Rela, don't write the addend to the output section. 2016-05-13 14:15:37 +00:00
mips-align-err.s
mips-call-hilo.s [ELF][MIPS] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 relocations calculation 2016-08-18 19:08:36 +00:00
mips-call16.s
mips-dynamic.s Set DT_MIPS_BASE_ADDRESS correctly if -image-base is given. 2016-07-14 17:40:18 +00:00
mips-dynsym-sort.s
mips-elf-flags-err.s [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
mips-elf-flags.s [ELF][MIPS] Support .MIPS.abiflags section 2016-08-12 06:28:49 +00:00
mips-gnu-hash.s
mips-got-and-copy.s Remove Writer::ensureBss(). 2016-05-24 03:16:51 +00:00
mips-got-extsym.s
mips-got-hilo.s [ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocations calculation 2016-08-18 19:08:41 +00:00
mips-got-redundant.s
mips-got-relocs.s
mips-got-weak.s
mips-got16.s [ELF][MIPS] Support GOT entries for non-preemptible symbols with different addends 2016-06-19 21:39:37 +00:00
mips-gp-disp.s
mips-gp-local.s
mips-gprel32-relocs-gp0.s [ELF][MIPS] Attempt to fix Windows buildbot 2016-07-26 21:28:34 +00:00
mips-gprel32-relocs.s
mips-higher-highest.s [ELF][MIPS] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocations calculation 2016-08-31 11:47:21 +00:00
mips-hilo-gp-disp.s
mips-hilo-hi-only.s
mips-hilo.s
mips-jalr.test [yaml2obj] Hopefully the last test case update from r273915 2016-06-27 21:06:40 +00:00
mips-lo16-not-relative.s
mips-nonalloc.s [ELF] Take into account offset in the output section when read addends for a non-alloc input section 2016-05-21 19:48:54 +00:00
mips-npic-call-pic.s Fix test corresponding to change r279770 2016-08-25 20:43:49 +00:00
mips-options-r.test [ELF][MIPS] Handle section symbol points to the .MIPS.options / .reginfo section 2016-05-26 20:46:01 +00:00
mips-options.s
mips-pc-relocs.s Update for llvm change. 2016-05-24 11:16:14 +00:00
mips-plt-copy.s [ELF][MIPS] Fix predicate used for sorting MIPS dynamic symbol tables 2016-06-20 11:37:56 +00:00
mips-plt-r6.s [ELF][MIPS] Create PLT entry specific for MIPS ABI version R6 2016-07-20 20:15:33 +00:00
mips-reginfo.s
mips-relocatable.s [ELF][MIPS] Do not emit .got section in case of relocatable output 2016-07-26 21:11:30 +00:00
mips-sto-plt.s [ELF][MIPS] Fix predicate used for sorting MIPS dynamic symbol tables 2016-06-20 11:37:56 +00:00
mips-tls-64.s [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
mips-tls-hilo.s
mips-tls.s [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
new-dtags.test
no-augmentation.s Avoid having to check in a binary. 2016-05-27 12:27:21 +00:00
no-inhibit-exec.s
no-obj.s
no-plt-shared.s
no-symtab.s
no-undefined.s
noplt-pie.s
note.s
oformat-binary.s [ELF] - Implemented --oformat binary option. 2016-08-25 09:05:47 +00:00
output-section.s
phdr-align.s
pie-weak.s This tests depends on non-relaxable relocations. 2016-06-17 17:01:38 +00:00
pie.s
plt-aarch64.s
plt-i686.s
plt.s
ppc-relocs.s
ppc64-addr16-error.s
ppc64-rel-calls.s
ppc64-relocs.s
ppc64-shared-rel-toc.s
ppc64-toc-restore.s Drop vestigial support for UseLazyBinding=false. 2016-05-18 21:03:36 +00:00
ppc64-weak-undef-call-shared.s
ppc64-weak-undef-call.s
pre_init_fini_array.s
pre_init_fini_array_missing.s
progname.s
program-header-layout.s
protected-shared.s
rel-offset.s
relative-dynamic-reloc-pie.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
relative-dynamic-reloc-ppc64.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
relative-dynamic-reloc.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
relocatable-bss.s
relocatable-ehframe.s
relocatable-reloc.s
relocatable-symbols.s [ELF] - Fix: do not ignore relocations addends when using lld -r 2016-08-02 08:49:57 +00:00
relocatable-visibility.s [ELF] - Do not change binding of symbols when creating relocatable output. 2016-08-19 08:31:02 +00:00
relocatable.s
relocation-absolute.s
relocation-common.s
relocation-copy-alias.s
relocation-copy-align.s
relocation-copy-flags.s Don't require a dynamic R_X86_64_32 reloc in a test. 2016-06-09 20:22:35 +00:00
relocation-copy-i686.s
relocation-copy.s
relocation-i686.s
relocation-in-merge.s
relocation-local.s
relocation-non-alloc.s When using Rela, don't write the addend to the output section. 2016-05-13 14:15:37 +00:00
relocation-past-merge-end.s Do not handle zero-sized mergeable section as mergeable. 2016-08-03 05:28:02 +00:00
relocation-relative-absolute.s
relocation-relative-synthetic.s
relocation-relative-weak.s
relocation-shared.s
relocation-size-shared.s
relocation-size.s
relocation-undefined-weak.s
relocation.s
relro-tls.s
relro.s Fix copy relocations in pie. 2016-05-05 19:41:49 +00:00
reproduce-error.s
reproduce-linkerscript.s
reproduce-thin-archive.s
reproduce-windows.s Check for availability of `cpio` command. 2016-08-10 17:42:26 +00:00
reproduce.s Check for availability of `cpio` command. 2016-08-10 17:42:26 +00:00
resolution-shared.s
resolution.s
section-align-0.test [yaml2obj] Updating LLD tests to account for LLVM r273915 2016-06-27 20:17:08 +00:00
section-layout.s
section-name.s
section-symbol.s Don't depend on dynamic relocatinos in ro sections. 2016-05-04 20:25:19 +00:00
section-symbols.test [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel. 2016-08-12 19:25:54 +00:00
shared-be.s
shared.s
soname.s [ELF] Accept --soname= (two dashes). 2016-06-20 17:58:09 +00:00
soname2.s
splitstacks.s
start-lib-comdat.s Don't include --start-lib/--end-lib files twice. 2016-06-14 21:56:36 +00:00
start-lib.s
startstop-gccollect.s
startstop-shared.s [ELF] - Give automatically generated __start_* and __stop_* symbols default visibility. 2016-08-19 15:36:32 +00:00
startstop.s [ELF] - Give automatically generated __start_* and __stop_* symbols default visibility. 2016-08-19 15:36:32 +00:00
string-gc.s Reuse logic for deciding whether to keep a local symbol or not. 2016-05-05 16:38:46 +00:00
string-table.s
strip-all.s
strip-debug.s
symbol-override.s Remove trailing whitespaces. 2016-07-25 16:51:52 +00:00
symbols.s
sysroot.s
tail-merge-string-align.s
tls-align.s
tls-archive.s Detect invalid use of R_X86_64_GOTTPOFF. 2016-06-21 06:03:28 +00:00
tls-dynamic-i686.s [ELF] - Implemented -z combrelocs/nocombreloc. 2016-05-10 15:47:57 +00:00
tls-dynamic.s
tls-error.s
tls-got-entry.s
tls-got.s [ELF] - Implemented -z combrelocs/nocombreloc. 2016-05-10 15:47:57 +00:00
tls-i686.s Add R_386_TLS_LE as a relocation having an implicit addend. 2016-08-20 10:54:51 +00:00
tls-in-archive.s
tls-initial-exec-local.s
tls-mismatch.s
tls-offset.s
tls-opt-gdie.s
tls-opt-gdiele-i686.s
tls-opt-i686.s
tls-opt-iele-i686-nopic.s
tls-opt-local.s
tls-opt-no-plt.s
tls-opt.s Remove trailing whitespaces. 2016-07-25 16:51:52 +00:00
tls-static.s
tls-two-relocs.s
tls.s
trace-ar.s
trace-symbols.s Implement almost-zero-cost --trace-symbol. 2016-07-17 17:50:09 +00:00
trace.s
undef-shared.s
undef-start.s
undef-version-script.s
undef-with-plt-addr-i686.s
undef-with-plt-addr.s
undef.s Print member name in undefined symbol error. 2016-05-09 21:40:06 +00:00
undefined-opt.s
unresolved-symbols.s [ELF] - Added support for --unresolved-symbols option. 2016-06-29 12:35:04 +00:00
user_def_init_array_start.s Allow user defined __init_aray_start. 2016-05-09 15:25:54 +00:00
verdef-defaultver.s Handle versioned symbols efficiently. 2016-07-17 17:23:17 +00:00
verdef-dependency.s [ELF] - Depricate version references. 2016-07-01 11:45:10 +00:00
verdef.s Update testcases after r273417, which changed llvm-readobj output slightly. 2016-06-22 13:45:08 +00:00
verneed-as-needed-weak.s Also reject 32 bit dynamic relocs when producing executable. 2016-06-09 20:35:27 +00:00
verneed-local.s
verneed.s Update testcases after r273417, which changed llvm-readobj output slightly. 2016-06-22 13:45:08 +00:00
version-script-err.s Recommit r275257 "[ELF] - Implement extern "c++" version script tag" 2016-07-16 12:26:39 +00:00
version-script-extern-wildcards.s [ELF] - Versionscript: support wildcards for extern "c++" tag. 2016-08-30 09:35:03 +00:00
version-script-extern.s Update for r275682: 2016-07-16 12:34:06 +00:00
version-script-noundef.s [ELF] - Implemented --no-undefined-version flag 2016-06-28 08:07:26 +00:00
version-script.s Don't check the section index, it is not relevant for this test. 2016-06-28 21:47:17 +00:00
version-undef-sym.s
version-use.s Fix global version handling. 2016-06-09 15:45:49 +00:00
version-wildcard.test [ELF] - Fixed incorrect logic of version assignments when mixing wildcards with values matching. 2016-07-07 07:45:27 +00:00
visibility.s
warn-common.s
weak-undef-hidden.s
weak-undef-shared.s
weak-undef.s
whole-archive.s
wildcards.s
wrap.s
writable-merge.s Do not handle zero-sized mergeable section as mergeable. 2016-08-03 05:28:02 +00:00
x86-64-dyn-rel-error.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
x86-64-dyn-rel-error2.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
x86-64-rela.s Add -m elf32_x86_64. 2016-07-12 23:28:33 +00:00
x86-64-relax-offset.s Don't confuse input and output section offsets. 2016-06-17 15:42:36 +00:00
x86-64-reloc-32-fpic.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
x86-64-reloc-error.s
x86-64-reloc-pc32-fpic.s [ELF] - Change wording of error message. 2016-06-11 15:59:09 +00:00
x86-64-reloc-range.s Check pc relative relocations too. 2016-05-20 20:02:27 +00:00
x86-64-tls-gd-got.s Add a test for accessing __tls_get_addr with a GOT. 2016-07-04 17:34:53 +00:00
x86-64-tls-gd-local.s Handle gd tls relocs pointing to local symbols. 2016-06-08 21:31:59 +00:00
x86-64-tls-pie.s
zdefs.s [ELF] implemented -z defs option 2016-05-11 13:48:41 +00:00
zstack-size.s [ELF] Allow specifying the stack size 2016-08-17 23:59:58 +00:00