]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of lld trunk r338150:
authordim <dim@FreeBSD.org>
Sat, 28 Jul 2018 11:08:33 +0000 (11:08 +0000)
committerdim <dim@FreeBSD.org>
Sat, 28 Jul 2018 11:08:33 +0000 (11:08 +0000)
commit471f169e49cfd44d617496a3e57617a4ecd3428e
tree64eb963cbf5ba58765e0a6b64a440965d66a7a4d
parent74c36e8e077d795d5fd5b67e8f08fceced5ed19e
Vendor import of lld trunk r338150:
https://llvm.org/svn/llvm-project/lld/trunk@338150
1593 files changed:
COFF/CMakeLists.txt
COFF/Chunks.cpp
COFF/Chunks.h
COFF/Config.h
COFF/DLL.cpp
COFF/DLL.h
COFF/Driver.cpp
COFF/Driver.h
COFF/DriverUtils.cpp
COFF/ICF.cpp
COFF/ICF.h [moved from COFF/Strings.h with 51% similarity]
COFF/InputFiles.cpp
COFF/InputFiles.h
COFF/LTO.cpp
COFF/LTO.h
COFF/MapFile.cpp
COFF/MarkLive.cpp
COFF/MarkLive.h [new file with mode: 0644]
COFF/MinGW.cpp
COFF/Options.td
COFF/PDB.cpp
COFF/PDB.h
COFF/Strings.cpp [deleted file]
COFF/SymbolTable.cpp
COFF/SymbolTable.h
COFF/Symbols.cpp
COFF/Symbols.h
COFF/Writer.cpp
COFF/Writer.h
Common/Args.cpp
Common/CMakeLists.txt
Common/ErrorHandler.cpp
Common/Strings.cpp
Common/TargetOptionsCommandFlags.cpp
Common/Timer.cpp [new file with mode: 0644]
ELF/AArch64ErrataFix.cpp
ELF/AArch64ErrataFix.h
ELF/Arch/AArch64.cpp
ELF/Arch/AMDGPU.cpp
ELF/Arch/ARM.cpp
ELF/Arch/Hexagon.cpp [new file with mode: 0644]
ELF/Arch/Mips.cpp
ELF/Arch/MipsArchTree.cpp
ELF/Arch/PPC.cpp
ELF/Arch/PPC64.cpp
ELF/Arch/SPARCV9.cpp
ELF/Arch/X86.cpp
ELF/Arch/X86_64.cpp
ELF/CMakeLists.txt
ELF/CallGraphSort.cpp [new file with mode: 0644]
ELF/CallGraphSort.h [new file with mode: 0644]
ELF/Config.h
ELF/Driver.cpp
ELF/Driver.h
ELF/DriverUtils.cpp
ELF/EhFrame.cpp
ELF/Filesystem.cpp
ELF/GdbIndex.cpp
ELF/GdbIndex.h
ELF/ICF.cpp
ELF/ICF.h
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/InputSection.cpp
ELF/InputSection.h
ELF/LTO.cpp
ELF/LTO.h
ELF/LinkerScript.cpp
ELF/LinkerScript.h
ELF/MapFile.cpp
ELF/MapFile.h
ELF/MarkLive.cpp
ELF/MarkLive.h [new file with mode: 0644]
ELF/Options.td
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/Relocations.cpp
ELF/Relocations.h
ELF/ScriptLexer.cpp
ELF/ScriptParser.cpp
ELF/Strings.cpp [deleted file]
ELF/Strings.h [deleted file]
ELF/SymbolTable.cpp
ELF/SymbolTable.h
ELF/Symbols.cpp
ELF/Symbols.h
ELF/SyntheticSections.cpp
ELF/SyntheticSections.h
ELF/Target.cpp
ELF/Target.h
ELF/Thunks.cpp
ELF/Thunks.h
ELF/Writer.cpp
ELF/Writer.h
LICENSE.TXT
MinGW/Driver.cpp
MinGW/Options.td
cmake/modules/AddLLD.cmake
docs/ReleaseNotes.rst
docs/WebAssembly.rst
docs/conf.py
docs/ld.lld.1 [new file with mode: 0644]
docs/windows_support.rst
include/lld/Common/Driver.h
include/lld/Common/ErrorHandler.h
include/lld/Common/Strings.h
include/lld/Common/TargetOptionsCommandFlags.h
include/lld/Common/Timer.h [new file with mode: 0644]
include/lld/Common/Version.h
include/lld/Core/DefinedAtom.h
include/lld/Core/File.h
include/lld/Core/Instrumentation.h
include/lld/Core/LinkingContext.h
include/lld/Core/PassManager.h
include/lld/Core/Reader.h
include/lld/Core/Resolver.h
include/lld/Core/Simple.h
include/lld/Core/SymbolTable.h
include/lld/Core/TODO.txt
include/lld/Core/Writer.h
include/lld/ReaderWriter/MachOLinkingContext.h
lib/Core/LinkingContext.cpp
lib/Driver/CMakeLists.txt
lib/Driver/DarwinLdDriver.cpp
lib/Driver/DarwinLdOptions.td
lib/ReaderWriter/FileArchive.cpp
lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
lib/ReaderWriter/MachO/CMakeLists.txt
lib/ReaderWriter/MachO/CompactUnwindPass.cpp
lib/ReaderWriter/MachO/LayoutPass.cpp
lib/ReaderWriter/MachO/MachOLinkingContext.cpp
lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
test/CMakeLists.txt
test/COFF/Inputs/far-arm64-abs.s [new file with mode: 0644]
test/COFF/Inputs/generic.yaml [new file with mode: 0644]
test/COFF/Inputs/globals-dia-func-collision3.obj [new file with mode: 0644]
test/COFF/Inputs/globals-dia-vfunc-collision.obj [new file with mode: 0644]
test/COFF/Inputs/globals-dia-vfunc-collision2.obj [new file with mode: 0644]
test/COFF/Inputs/globals-dia-vfunc-simple.obj [new file with mode: 0644]
test/COFF/Inputs/guardcf-align-foobar.yaml [new file with mode: 0644]
test/COFF/Inputs/loadconfig-cfg-x64.s [new file with mode: 0644]
test/COFF/Inputs/natvis-1.natvis [new file with mode: 0644]
test/COFF/Inputs/natvis-2.natvis [new file with mode: 0644]
test/COFF/Inputs/natvis-3.natvis [new file with mode: 0644]
test/COFF/Inputs/order.yaml [new file with mode: 0644]
test/COFF/Inputs/otherFunc.s [new file with mode: 0644]
test/COFF/Inputs/pdb-file-statics-a.yaml [new file with mode: 0644]
test/COFF/Inputs/pdb-file-statics-b.yaml [new file with mode: 0644]
test/COFF/Inputs/pdb-globals.yaml
test/COFF/Inputs/pdb-hashes-1.yaml
test/COFF/Inputs/pdb-hashes-2-missing.yaml
test/COFF/Inputs/pdb-hashes-2.yaml
test/COFF/Inputs/pdb-scopes-a.yaml
test/COFF/Inputs/pdb-scopes-b.yaml
test/COFF/Inputs/pdb-type-server-simple-a.yaml
test/COFF/Inputs/pdb-type-server-simple-b.yaml
test/COFF/Inputs/pdb_lines_1_relative.yaml [new file with mode: 0644]
test/COFF/Inputs/pdb_lines_2_relative.yaml [new file with mode: 0644]
test/COFF/arm64-branch-range.test [new file with mode: 0644]
test/COFF/arm64-relocs-imports.test
test/COFF/armnt-movt32t.test
test/COFF/associative-comdat.s
test/COFF/baserel.test
test/COFF/combined-resources.test
test/COFF/common-alignment.test
test/COFF/common.test
test/COFF/crt-chars.test [new file with mode: 0644]
test/COFF/ctors_dtors_priority.s
test/COFF/debug-reloc.s [new file with mode: 0644]
test/COFF/def-export-stdcall.s
test/COFF/default-alignment.test [new file with mode: 0644]
test/COFF/delayimports-armnt.yaml
test/COFF/delayimports.test
test/COFF/delayimports32.test
test/COFF/dll.test
test/COFF/dllexport-mingw.s
test/COFF/dllexport.s [new file with mode: 0644]
test/COFF/driver.test
test/COFF/duplicate.test
test/COFF/entry-inference3.test [new file with mode: 0644]
test/COFF/error-limit.test
test/COFF/export-all.s
test/COFF/export-armnt.yaml
test/COFF/export.test
test/COFF/export32.test
test/COFF/filename-casing.s
test/COFF/fixed.test [new file with mode: 0644]
test/COFF/force.test
test/COFF/gfids-corrupt.s [new file with mode: 0644]
test/COFF/gfids-fallback.s [new file with mode: 0644]
test/COFF/gfids-gc.s [new file with mode: 0644]
test/COFF/gfids-icf.s [new file with mode: 0644]
test/COFF/guard-longjmp.s [new file with mode: 0644]
test/COFF/guardcf-align.s [new file with mode: 0644]
test/COFF/guardcf-lto.ll [new file with mode: 0644]
test/COFF/hello32.test
test/COFF/icf-different-align.test
test/COFF/icf-executable.s
test/COFF/icf-pdata.s [new file with mode: 0644]
test/COFF/icf-simple.test
test/COFF/icf-vtables.s [new file with mode: 0644]
test/COFF/icf-xdata.s
test/COFF/implib-name.test
test/COFF/imports.test
test/COFF/incremental.test [new file with mode: 0644]
test/COFF/invalid-section-number.test [new file with mode: 0644]
test/COFF/largeaddressaware.test
test/COFF/loadcfg.ll
test/COFF/loadcfg.test
test/COFF/loadcfg32.test
test/COFF/lto-chkstk.ll
test/COFF/lto-comdat.ll
test/COFF/lto-icf.ll [new file with mode: 0644]
test/COFF/lto-lazy-reference.ll
test/COFF/lto-linker-opts.ll
test/COFF/lto-new-symbol.ll
test/COFF/lto-opt-level.ll
test/COFF/lto-parallel.ll
test/COFF/lto-reloc-model.ll
test/COFF/lto.ll
test/COFF/manifestinput-error.test
test/COFF/manifestinput.test
test/COFF/merge.test
test/COFF/nodefaultlib.test
test/COFF/opt.test
test/COFF/options.test
test/COFF/order-i386.test [new file with mode: 0644]
test/COFF/order.test
test/COFF/output-chars.test [new file with mode: 0644]
test/COFF/pdata-arm64.yaml
test/COFF/pdb-comdat.test
test/COFF/pdb-diff.test [deleted file]
test/COFF/pdb-exe-path-dots.test [new file with mode: 0644]
test/COFF/pdb-file-static.test [new file with mode: 0644]
test/COFF/pdb-global-gc.yaml
test/COFF/pdb-global-hashes.test
test/COFF/pdb-globals-dia-func-collision3.test [new file with mode: 0644]
test/COFF/pdb-globals-dia-vfunc-collision.test [new file with mode: 0644]
test/COFF/pdb-globals-dia-vfunc-collision2.test [new file with mode: 0644]
test/COFF/pdb-globals-dia-vfunc-simple.test [new file with mode: 0644]
test/COFF/pdb-globals.test
test/COFF/pdb-heapsite.yaml
test/COFF/pdb-lib.s
test/COFF/pdb-linker-module.test
test/COFF/pdb-natvis.test [new file with mode: 0644]
test/COFF/pdb-procid-remapping.test
test/COFF/pdb-publics-import.test
test/COFF/pdb-relative-source-lines.test [new file with mode: 0644]
test/COFF/pdb-same-name.test
test/COFF/pdb-scopes.test
test/COFF/pdb-source-lines.test
test/COFF/pdb-symbol-types.yaml
test/COFF/pdb-thunk.yaml
test/COFF/pdb-type-server-missing.yaml
test/COFF/pdb-type-server-simple.test
test/COFF/pdb.test
test/COFF/pending-comdat.s [new file with mode: 0644]
test/COFF/reloc-arm.test
test/COFF/reloc-discarded-dwarf.s
test/COFF/reloc-discarded-early.s
test/COFF/reloc-discarded-early2.s
test/COFF/reloc-discarded.s
test/COFF/reloc-x64.test
test/COFF/reloc-x86.test
test/COFF/resource.test
test/COFF/rsds.test
test/COFF/safeseh-md.s
test/COFF/safeseh-notable.s [new file with mode: 0644]
test/COFF/safeseh.s
test/COFF/secidx-absolute.s
test/COFF/secrel-absolute.s
test/COFF/secrel-common.s
test/COFF/section-order.test [new file with mode: 0644]
test/COFF/section-size.s
test/COFF/section.test
test/COFF/sort-debug.test
test/COFF/string-tail-merge.s [new file with mode: 0644]
test/COFF/symtab-gc.s [new file with mode: 0644]
test/COFF/symtab.test
test/COFF/thunk-replace.s [new file with mode: 0644]
test/COFF/timestamp.test [new file with mode: 0644]
test/COFF/undefined-symbol-cv.s [new file with mode: 0644]
test/COFF/undefined-symbol.s [new file with mode: 0644]
test/COFF/unwind.test
test/COFF/weak-external.test
test/COFF/weak-external2.test
test/COFF/weak-external3.test
test/COFF/wholearchive.s
test/ELF/Inputs/amdgpu-kernel-2.o [deleted file]
test/ELF/Inputs/arm-long-thunk-converge.lds [new file with mode: 0644]
test/ELF/Inputs/as-needed-lazy.s [new file with mode: 0644]
test/ELF/Inputs/comdat-discarded-reloc.s [new file with mode: 0644]
test/ELF/Inputs/compress-debug.s [new file with mode: 0644]
test/ELF/Inputs/conflict-debug.s
test/ELF/Inputs/copy-rel-version.s [new file with mode: 0644]
test/ELF/Inputs/copy-relocation-zero-abs-addr.s [new file with mode: 0644]
test/ELF/Inputs/copy-relocation-zero-nonabs-addr.s [new file with mode: 0644]
test/ELF/Inputs/copy-relocation-zero-nonabs-addr.script [new file with mode: 0644]
test/ELF/Inputs/eh-frame-pcrel-overflow.s [new file with mode: 0644]
test/ELF/Inputs/exclude-libs.ll [new file with mode: 0644]
test/ELF/Inputs/exclude-libs.s
test/ELF/Inputs/far-long-arm-abs.s [new file with mode: 0644]
test/ELF/Inputs/gdb-index.s
test/ELF/Inputs/hexagon.s [new file with mode: 0644]
test/ELF/Inputs/hidden-shared-err.s [new file with mode: 0644]
test/ELF/Inputs/hidden-shared-err2.s [new file with mode: 0644]
test/ELF/Inputs/i386-pic-plt.s [new file with mode: 0644]
test/ELF/Inputs/icf-safe.s [new file with mode: 0644]
test/ELF/Inputs/map-file2.s
test/ELF/Inputs/mips-64-got-load.s [new file with mode: 0644]
test/ELF/Inputs/mips-gp-dips-corrupt-ver.s [new file with mode: 0644]
test/ELF/Inputs/mips-gp-dips-corrupt-ver.so [new file with mode: 0755]
test/ELF/Inputs/mips-mgot-1.s [new file with mode: 0644]
test/ELF/Inputs/mips-mgot-2.s [new file with mode: 0644]
test/ELF/Inputs/mips-micro-gp0-non-zero.o [new file with mode: 0644]
test/ELF/Inputs/mips-n32-rels.o [deleted file]
test/ELF/Inputs/mips-n64-gp0-non-zero.o [new file with mode: 0644]
test/ELF/Inputs/multiple-cu.s [new file with mode: 0644]
test/ELF/Inputs/ppc64-func-global-entry.s [new file with mode: 0644]
test/ELF/Inputs/ppc64-func-local-entry.s [new file with mode: 0644]
test/ELF/Inputs/ppc64-func.s [new file with mode: 0644]
test/ELF/Inputs/ppc64-tls.s [new file with mode: 0644]
test/ELF/Inputs/print-icf.s [new file with mode: 0644]
test/ELF/Inputs/protected-data-access.s [new file with mode: 0644]
test/ELF/Inputs/protected-function-access.s [new file with mode: 0644]
test/ELF/Inputs/shared-ppc64.s
test/ELF/Inputs/shlib-undefined-ref.s [new file with mode: 0644]
test/ELF/Inputs/symbol-ordering-file-warnings1.s [new file with mode: 0644]
test/ELF/Inputs/symbol-ordering-file-warnings2.s [new file with mode: 0644]
test/ELF/Inputs/undef-bad-debug.s [new file with mode: 0644]
test/ELF/Inputs/undef-debug.s
test/ELF/Inputs/undef-shared2.s [new file with mode: 0644]
test/ELF/Inputs/versiondef.s [new file with mode: 0644]
test/ELF/Inputs/weak-and-strong-undef.s [deleted file]
test/ELF/Inputs/x86-64-split-stack-main.s [new file with mode: 0644]
test/ELF/Inputs/ztext.s [moved from test/ELF/Inputs/ztext-text-notext.s with 100% similarity]
test/ELF/aarch64-call26-thunk.s
test/ELF/aarch64-condb-reloc.s
test/ELF/aarch64-copy.s
test/ELF/aarch64-cortex-a53-843419-address.s
test/ELF/aarch64-cortex-a53-843419-cli.s
test/ELF/aarch64-cortex-a53-843419-nopatch.s
test/ELF/aarch64-cortex-a53-843419-recognize.s
test/ELF/aarch64-cortex-a53-843419-thunk.s
test/ELF/aarch64-data-relocs.s
test/ELF/aarch64-fpic-abs16.s
test/ELF/aarch64-fpic-add_abs_lo12_nc.s
test/ELF/aarch64-fpic-adr_prel_lo21.s
test/ELF/aarch64-fpic-adr_prel_pg_hi21.s
test/ELF/aarch64-fpic-ldst32_abs_lo12_nc.s
test/ELF/aarch64-fpic-ldst64_abs_lo12_nc.s
test/ELF/aarch64-fpic-ldst8_abs_lo12_nc.s
test/ELF/aarch64-fpic-prel16.s
test/ELF/aarch64-fpic-prel32.s
test/ELF/aarch64-fpic-prel64.s
test/ELF/aarch64-gnu-ifunc-nosym.s
test/ELF/aarch64-gnu-ifunc-plt.s
test/ELF/aarch64-gnu-ifunc.s
test/ELF/aarch64-hi21-error.s
test/ELF/aarch64-jump26-thunk.s
test/ELF/aarch64-ldprel-lo19-invalid.s
test/ELF/aarch64-lo12-alignment.s
test/ELF/aarch64-lo21-error.s
test/ELF/aarch64-load-alignment.s
test/ELF/aarch64-relocs.s
test/ELF/aarch64-thunk-pi.s
test/ELF/aarch64-thunk-script.s
test/ELF/aarch64-thunk-section-location.s
test/ELF/aarch64-tls-gdle.s
test/ELF/aarch64-tls-ie.s
test/ELF/aarch64-tls-iele.s
test/ELF/aarch64-tls-le.s
test/ELF/aarch64-tlsld-ldst.s [new file with mode: 0644]
test/ELF/aarch64-tstbr14-reloc.s
test/ELF/aarch64-undefined-weak.s
test/ELF/abs-conflict.s
test/ELF/allow-multiple-definition.s
test/ELF/amdgpu-elf-flags-err.s
test/ELF/amdgpu-elf-flags.s
test/ELF/amdgpu-globals.s
test/ELF/amdgpu-kernels.s
test/ELF/amdgpu-relocs.s
test/ELF/archive.s
test/ELF/arm-attributes.s
test/ELF/arm-bl-v6.s
test/ELF/arm-blx-v4t.s
test/ELF/arm-blx.s
test/ELF/arm-branch-rangethunk.s
test/ELF/arm-branch-undef-weak-plt-thunk.s
test/ELF/arm-branch.s
test/ELF/arm-copy.s
test/ELF/arm-data-prel.s
test/ELF/arm-data-relocs.s
test/ELF/arm-eabi-version.s
test/ELF/arm-execute-only.s [new file with mode: 0644]
test/ELF/arm-exidx-canunwind.s
test/ELF/arm-exidx-dedup.s
test/ELF/arm-exidx-discard.s [new file with mode: 0644]
test/ELF/arm-exidx-gc.s
test/ELF/arm-exidx-order.s
test/ELF/arm-exidx-output.s
test/ELF/arm-exidx-relocatable.s
test/ELF/arm-exidx-sentinel-norelocatable.s
test/ELF/arm-exidx-sentinel-orphan.s
test/ELF/arm-exidx-shared.s
test/ELF/arm-gnu-ifunc-nosym.s
test/ELF/arm-gnu-ifunc-plt.s
test/ELF/arm-gnu-ifunc.s
test/ELF/arm-gotoff.s
test/ELF/arm-long-thunk-converge.s [new file with mode: 0644]
test/ELF/arm-mov-relocs.s
test/ELF/arm-pie-relative.s
test/ELF/arm-plt-reloc.s
test/ELF/arm-sbrel32.s
test/ELF/arm-static-defines.s
test/ELF/arm-symbol-ordering-file.s [new file with mode: 0644]
test/ELF/arm-target1.s
test/ELF/arm-target2.s
test/ELF/arm-thumb-blx.s
test/ELF/arm-thumb-branch-rangethunk.s
test/ELF/arm-thumb-branch.s
test/ELF/arm-thumb-condbranch-thunk.s
test/ELF/arm-thumb-interwork-shared.s
test/ELF/arm-thumb-interwork-thunk-range.s
test/ELF/arm-thumb-interwork-thunk.s
test/ELF/arm-thumb-mix-range-thunk-os.s
test/ELF/arm-thumb-narrow-branch-check.s
test/ELF/arm-thumb-no-undefined-thunk.s
test/ELF/arm-thumb-plt-range-thunk-os.s
test/ELF/arm-thumb-plt-reloc.s
test/ELF/arm-thumb-range-thunk-os.s
test/ELF/arm-thumb-thunk-empty-pass.s
test/ELF/arm-thumb-thunk-symbols.s
test/ELF/arm-thumb-undefined-weak.s
test/ELF/arm-thunk-largesection.s
test/ELF/arm-thunk-linkerscript-dotexpr.s
test/ELF/arm-thunk-linkerscript-large.s
test/ELF/arm-thunk-linkerscript-sort.s
test/ELF/arm-thunk-linkerscript.s
test/ELF/arm-thunk-multipass.s
test/ELF/arm-thunk-nosuitable.s [new file with mode: 0644]
test/ELF/arm-thunk-section-too-large.s [new file with mode: 0644]
test/ELF/arm-thunk-toolargesection.s
test/ELF/arm-tls-gd-nonpreemptible.s
test/ELF/arm-tls-gd32.s
test/ELF/arm-tls-ie32.s
test/ELF/arm-tls-ldm32.s
test/ELF/arm-tls-le32.s
test/ELF/arm-tls-norelax-gd-ie.s
test/ELF/arm-tls-norelax-gd-le.s
test/ELF/arm-tls-norelax-ie-le.s
test/ELF/arm-tls-norelax-ld-le.s
test/ELF/arm-undefined-weak.s
test/ELF/arm-use-r-output.s
test/ELF/as-needed-lazy.s [new file with mode: 0644]
test/ELF/as-needed-weak.s [new file with mode: 0644]
test/ELF/as-needed.s
test/ELF/auxiliary.s
test/ELF/basic-aarch64.s
test/ELF/basic-freebsd.s
test/ELF/basic-mips.s
test/ELF/basic-ppc.s
test/ELF/basic-ppc64.s [new file with mode: 0644]
test/ELF/basic-sparcv9.s
test/ELF/basic32.s
test/ELF/basic64be.s
test/ELF/bss.s
test/ELF/bsymbolic-undef.s
test/ELF/bsymbolic.s
test/ELF/build-id.s
test/ELF/cgprofile-bad-clusters.s [new file with mode: 0644]
test/ELF/cgprofile-err.s [new file with mode: 0644]
test/ELF/cgprofile-icf.s [new file with mode: 0644]
test/ELF/cgprofile-txt.s [new file with mode: 0644]
test/ELF/cgprofile-warn.s [new file with mode: 0644]
test/ELF/color-diagnostics.test
test/ELF/combrelocs.s
test/ELF/comdat-discarded-reloc.s [new file with mode: 0644]
test/ELF/comdat-linkonce.s
test/ELF/comdat.s
test/ELF/common.s
test/ELF/compatible-section-types.s
test/ELF/compress-debug-sections-reloc.s [new file with mode: 0644]
test/ELF/compressed-debug-conflict.s
test/ELF/compressed-debug-input-err.s [new file with mode: 0644]
test/ELF/conflict-debug-variable-file-index.s [new file with mode: 0644]
test/ELF/conflict-debug-variable.s
test/ELF/conflict-debug-variable2.s
test/ELF/conflict-variable-linkage-name.s [new file with mode: 0644]
test/ELF/conflict.s
test/ELF/copy-errors.s
test/ELF/copy-in-shared.s
test/ELF/copy-rel-corrupted.s
test/ELF/copy-rel-pie-error.s
test/ELF/copy-rel-pie.s
test/ELF/copy-rel-version.s [new file with mode: 0644]
test/ELF/copy-relocation-zero-abs-addr.s [new file with mode: 0644]
test/ELF/copy-relocation-zero-nonabs-addr.s [new file with mode: 0644]
test/ELF/corrupted-version-reference.s
test/ELF/cref.s [new file with mode: 0644]
test/ELF/ctors_dtors_priority.s
test/ELF/defined-tls_get_addr.s
test/ELF/defsym-reserved-syms.s [new file with mode: 0644]
test/ELF/discard-locals.s
test/ELF/discard-merge-locals.s
test/ELF/discard-none.s
test/ELF/dont-export-hidden.s
test/ELF/driver.test
test/ELF/dt_flags.s
test/ELF/duplicated-synthetic-sym.s
test/ELF/dynamic-got-rela.s
test/ELF/dynamic-got.s
test/ELF/dynamic-linker.s [new file with mode: 0644]
test/ELF/dynamic-list-archive.s [new file with mode: 0644]
test/ELF/dynamic-list-extern.s
test/ELF/dynamic-no-rosegment.s
test/ELF/dynamic-reloc-in-ro.s
test/ELF/dynamic-reloc-index.s
test/ELF/dynamic-reloc-weak.s
test/ELF/dynamic-reloc.s
test/ELF/dynstr-no-rosegment.s
test/ELF/edata-etext.s
test/ELF/eh-frame-dyn-rel.s
test/ELF/eh-frame-hdr-abs-fde.s
test/ELF/eh-frame-hdr-augmentation.s
test/ELF/eh-frame-hdr-icf-fde.s
test/ELF/eh-frame-hdr.s
test/ELF/eh-frame-marker.s
test/ELF/eh-frame-merge.s
test/ELF/eh-frame-multilpe-cie.s
test/ELF/eh-frame-negative-pcrel-sdata2.s [new file with mode: 0644]
test/ELF/eh-frame-negative-pcrel-sdata4.s [new file with mode: 0644]
test/ELF/eh-frame-negative-pcrel-sdata8.s [new file with mode: 0644]
test/ELF/eh-frame-padding-no-rosegment.s
test/ELF/eh-frame-pcrel-overflow.s [new file with mode: 0644]
test/ELF/eh-frame-rel.s
test/ELF/eh-frame-value-format1.s [new file with mode: 0644]
test/ELF/eh-frame-value-format2.s [new file with mode: 0644]
test/ELF/eh-frame-value-format3.s [new file with mode: 0644]
test/ELF/eh-frame-value-format4.s [new file with mode: 0644]
test/ELF/eh-frame-value-format5.s [new file with mode: 0644]
test/ELF/eh-frame-value-format6.s [new file with mode: 0644]
test/ELF/eh-frame-value-format7.s [new file with mode: 0644]
test/ELF/eh-frame-value-format8.s [new file with mode: 0644]
test/ELF/eh-frame-value-format9.s [new file with mode: 0644]
test/ELF/ehframe-relocation.s
test/ELF/elf-header.s [new file with mode: 0644]
test/ELF/emit-relocs-eh-frame.s [new file with mode: 0644]
test/ELF/emit-relocs-gc.s
test/ELF/emit-relocs-icf.s [new file with mode: 0644]
test/ELF/emit-relocs-shared.s
test/ELF/emit-relocs.s
test/ELF/empty-archive.s
test/ELF/empty-ver2.s [new file with mode: 0644]
test/ELF/emulation.s
test/ELF/end-preserve.s
test/ELF/end-update.s
test/ELF/end.s
test/ELF/entry.s
test/ELF/exclude-libs.s
test/ELF/executable-undefined-protected-ignoreall.s
test/ELF/export-dynamic-symbol.s [new file with mode: 0644]
test/ELF/fatal-warnings.s
test/ELF/file-sym.s [deleted file]
test/ELF/fill-trap-ppc.s [new file with mode: 0644]
test/ELF/filter.s
test/ELF/format-binary-non-ascii.s
test/ELF/gc-absolute.s
test/ELF/gc-debuginfo-tls.s
test/ELF/gc-merge-local-sym.s
test/ELF/gc-sections-local-sym.s
test/ELF/gc-sections-merge-addend.s
test/ELF/gc-sections-merge-implicit-addend.s
test/ELF/gc-sections-merge.s
test/ELF/gc-sections-metadata-startstop.s
test/ELF/gc-sections-no-undef-error.s [new file with mode: 0644]
test/ELF/gc-sections-print.s
test/ELF/gc-sections-protected.s
test/ELF/gc-sections-shared.s
test/ELF/gdb-index-dup-types.s [deleted file]
test/ELF/gdb-index-noranges.s
test/ELF/gdb-index-tls.s
test/ELF/gdb-index.s
test/ELF/global-offset-table-position-aarch64.s
test/ELF/global-offset-table-position-arm.s
test/ELF/global-offset-table-position-i386.s
test/ELF/global-offset-table-position-mips.s
test/ELF/global-offset-table-position.s
test/ELF/global_offset_table.s
test/ELF/global_offset_table_shared.s
test/ELF/gnu-hash-table.s
test/ELF/gnu-ifunc-dynsym.s
test/ELF/gnu-ifunc-dyntags.s [new file with mode: 0644]
test/ELF/gnu-ifunc-i386.s
test/ELF/gnu-ifunc-nosym-i386.s
test/ELF/gnu-ifunc-nosym.s
test/ELF/gnu-ifunc-plt-i386.s
test/ELF/gnu-ifunc-plt.s
test/ELF/gnu-ifunc-relative.s
test/ELF/gnu-ifunc.s
test/ELF/gnu-unique.s
test/ELF/gnustack.s
test/ELF/got-aarch64.s
test/ELF/got-i386.s
test/ELF/got-plt-header.s
test/ELF/got.s
test/ELF/got32-i386-pie-rw.s
test/ELF/got32-i386.s
test/ELF/got32x-i386.s
test/ELF/gotpcrelx.s
test/ELF/help.s
test/ELF/hexagon.s [new file with mode: 0644]
test/ELF/hidden-shared-err.s [new file with mode: 0644]
test/ELF/i386-debug-noabs.test
test/ELF/i386-got-and-copy.s
test/ELF/i386-got-value.s
test/ELF/i386-gotpc.s
test/ELF/i386-merge.s
test/ELF/i386-pic-plt.s [new file with mode: 0644]
test/ELF/i386-reloc-16-large-addend.s [new file with mode: 0644]
test/ELF/i386-reloc-16.s
test/ELF/i386-reloc-8-large-addend.s [new file with mode: 0644]
test/ELF/i386-reloc-8.s
test/ELF/i386-reloc-range.s
test/ELF/i386-retpoline-nopic-linkerscript.s [new file with mode: 0644]
test/ELF/i386-retpoline-nopic.s [new file with mode: 0644]
test/ELF/i386-retpoline-pic-linkerscript.s [new file with mode: 0644]
test/ELF/i386-retpoline-pic.s [new file with mode: 0644]
test/ELF/i386-tls-got.s
test/ELF/i386-tls-ie-shared.s
test/ELF/icf-absolute.s
test/ELF/icf-c-identifier.s [new file with mode: 0644]
test/ELF/icf-comdat.s
test/ELF/icf-different-output-sections.s [new file with mode: 0644]
test/ELF/icf-i386.s
test/ELF/icf-keep-unique.s [new file with mode: 0644]
test/ELF/icf-link-order.s [new file with mode: 0644]
test/ELF/icf-many-sections.s [new file with mode: 0644]
test/ELF/icf-merge-sec.s
test/ELF/icf-merge.s
test/ELF/icf-merge2.s [new file with mode: 0644]
test/ELF/icf-merged-sections.s [new file with mode: 0644]
test/ELF/icf-non-mergeable.s
test/ELF/icf-none.s
test/ELF/icf-relro.s [new file with mode: 0644]
test/ELF/icf-safe.s [new file with mode: 0644]
test/ELF/icf1.s
test/ELF/icf10.test [new file with mode: 0644]
test/ELF/icf11.test [new file with mode: 0644]
test/ELF/icf12.s [new file with mode: 0644]
test/ELF/icf13.s [new file with mode: 0644]
test/ELF/icf14.s [new file with mode: 0644]
test/ELF/icf15.s [new file with mode: 0644]
test/ELF/icf16.s [new file with mode: 0644]
test/ELF/icf2.s
test/ELF/icf3.s
test/ELF/icf4.s
test/ELF/icf5.s
test/ELF/icf6.s
test/ELF/icf7.s
test/ELF/icf9.s
test/ELF/ignore-plugin.test [new file with mode: 0644]
test/ELF/incompatible-ar-first.s
test/ELF/incompatible-section-flags.s
test/ELF/incompatible-section-types2.s
test/ELF/incompatible.s
test/ELF/init_fini_priority.s
test/ELF/invalid-cie-length.s
test/ELF/invalid-cie-length2.s
test/ELF/invalid-cie-length3.s
test/ELF/invalid-cie-length4.s
test/ELF/invalid-cie-length5.s
test/ELF/invalid-cie-reference.s
test/ELF/invalid-eh-frame.s [new file with mode: 0644]
test/ELF/invalid-eh-frame2.s [new file with mode: 0644]
test/ELF/invalid-eh-frame3.s [new file with mode: 0644]
test/ELF/invalid-eh-frame4.s [new file with mode: 0644]
test/ELF/invalid-eh-frame5.s [new file with mode: 0644]
test/ELF/invalid-eh-frame6.s [new file with mode: 0644]
test/ELF/invalid-eh-frame7.s [new file with mode: 0644]
test/ELF/invalid-eh-frame8.s [new file with mode: 0644]
test/ELF/invalid-eh-frame9.s [new file with mode: 0644]
test/ELF/invalid-fde-rel.s
test/ELF/invalid-relocations.test
test/ELF/invalid-undef-section-symbol.test
test/ELF/invalid-z.s [deleted file]
test/ELF/invalid/Inputs/cie-version2.elf [deleted file]
test/ELF/invalid/Inputs/too-short.elf [deleted file]
test/ELF/invalid/dynamic-section-size.s
test/ELF/invalid/eh-frame-hdr-no-out.s
test/ELF/invalid/executable.s [new file with mode: 0644]
test/ELF/invalid/invalid-e_shnum.s
test/ELF/invalid/invalid-elf.test
test/ELF/invalid/merge-invalid-size.s
test/ELF/invalid/mips-invalid-options-descriptor.s
test/ELF/invalid/reloc-section-reordered.test [new file with mode: 0644]
test/ELF/invalid/section-alignment2.s
test/ELF/invalid/sht-group.s
test/ELF/invalid/symbol-index.s
test/ELF/invalid/symbol-name.s
test/ELF/invalid/tls-symbol.s
test/ELF/invalid/too-short.s [deleted file]
test/ELF/just-symbols-cref.s [new file with mode: 0644]
test/ELF/just-symbols.s [new file with mode: 0644]
test/ELF/libsearch.s
test/ELF/linkerscript/Inputs/addr.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/align.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/alignof.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/at2.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/at3.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/data-commands.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/data-segment-relro.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/define.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/eh-frame-reloc-out-of-range.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/extend-pt-load.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/fill.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/implicit-program-header.script [deleted file]
test/ELF/linkerscript/Inputs/insert-after.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/insert-after.script [new file with mode: 0644]
test/ELF/linkerscript/Inputs/map-file2.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/provide-shared2.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/sections-va-overflow.s [new file with mode: 0644]
test/ELF/linkerscript/Inputs/synthetic-symbols.s [new file with mode: 0644]
test/ELF/linkerscript/absolute-expr.test [moved from test/ELF/linkerscript/absolute-expr.s with 74% similarity]
test/ELF/linkerscript/addr-zero.test [moved from test/ELF/linkerscript/addr-zero.s with 62% similarity]
test/ELF/linkerscript/addr.s [deleted file]
test/ELF/linkerscript/addr.test [new file with mode: 0644]
test/ELF/linkerscript/address-expr-symbols.s [new file with mode: 0644]
test/ELF/linkerscript/align-empty.s [deleted file]
test/ELF/linkerscript/align-empty.test [new file with mode: 0644]
test/ELF/linkerscript/align-r.test [new file with mode: 0644]
test/ELF/linkerscript/align-section-offset.s [deleted file]
test/ELF/linkerscript/align-section-offset.test [new file with mode: 0644]
test/ELF/linkerscript/align-section.s [deleted file]
test/ELF/linkerscript/align-section.test [new file with mode: 0644]
test/ELF/linkerscript/align.s [deleted file]
test/ELF/linkerscript/align1.test [new file with mode: 0644]
test/ELF/linkerscript/align2.test [new file with mode: 0644]
test/ELF/linkerscript/align3.test [new file with mode: 0644]
test/ELF/linkerscript/align4.test [new file with mode: 0644]
test/ELF/linkerscript/align5.test [new file with mode: 0644]
test/ELF/linkerscript/alignof.s [deleted file]
test/ELF/linkerscript/alignof.test [new file with mode: 0644]
test/ELF/linkerscript/arm-exidx-order.s [deleted file]
test/ELF/linkerscript/arm-exidx-order.test [new file with mode: 0644]
test/ELF/linkerscript/arm-exidx-phdrs.s [deleted file]
test/ELF/linkerscript/arm-exidx-phdrs.test [new file with mode: 0644]
test/ELF/linkerscript/arm-lscript.s [deleted file]
test/ELF/linkerscript/arm-lscript.test [new file with mode: 0644]
test/ELF/linkerscript/assert.s
test/ELF/linkerscript/at-self-reference.s [new file with mode: 0644]
test/ELF/linkerscript/at2.test [new file with mode: 0644]
test/ELF/linkerscript/at3.test [new file with mode: 0644]
test/ELF/linkerscript/at4.s [new file with mode: 0644]
test/ELF/linkerscript/at5.test [new file with mode: 0644]
test/ELF/linkerscript/broken-memory-declaration.s [new file with mode: 0644]
test/ELF/linkerscript/bss-fill.s [deleted file]
test/ELF/linkerscript/bss-fill.test [new file with mode: 0644]
test/ELF/linkerscript/common-filespec.test [moved from test/ELF/linkerscript/common-filespec.s with 88% similarity]
test/ELF/linkerscript/compress-debug-sections-custom.s [new file with mode: 0644]
test/ELF/linkerscript/constructor.test [moved from test/ELF/linkerscript/constructor.s with 50% similarity]
test/ELF/linkerscript/copy-rel-symbol-value-err.s
test/ELF/linkerscript/data-commands-gc.s
test/ELF/linkerscript/data-commands.s [deleted file]
test/ELF/linkerscript/data-commands1.test [new file with mode: 0644]
test/ELF/linkerscript/data-commands2.test [new file with mode: 0644]
test/ELF/linkerscript/data-segment-relro.test [moved from test/ELF/linkerscript/data-segment-relro.s with 63% similarity]
test/ELF/linkerscript/define.s [deleted file]
test/ELF/linkerscript/define.test [new file with mode: 0644]
test/ELF/linkerscript/defsym.s [new file with mode: 0644]
test/ELF/linkerscript/diag1.test [new file with mode: 0644]
test/ELF/linkerscript/diag2.test [new file with mode: 0644]
test/ELF/linkerscript/diag3.test [new file with mode: 0644]
test/ELF/linkerscript/diag4.test [new file with mode: 0644]
test/ELF/linkerscript/diag5.test [new file with mode: 0644]
test/ELF/linkerscript/diag6.test [new file with mode: 0644]
test/ELF/linkerscript/diagnostic.s [deleted file]
test/ELF/linkerscript/discard-gnu-hash.s [new file with mode: 0644]
test/ELF/linkerscript/discard-interp.s [deleted file]
test/ELF/linkerscript/discard-interp.test [new file with mode: 0644]
test/ELF/linkerscript/discard-print-gc.s
test/ELF/linkerscript/discard-section-err.s
test/ELF/linkerscript/dot-is-not-abs.s
test/ELF/linkerscript/double-bss.s [deleted file]
test/ELF/linkerscript/double-bss.test [new file with mode: 0644]
test/ELF/linkerscript/edata-etext.s
test/ELF/linkerscript/eh-frame-emit-relocs.s [new file with mode: 0644]
test/ELF/linkerscript/eh-frame-hdr.s
test/ELF/linkerscript/eh-frame-reloc-out-of-range.s [deleted file]
test/ELF/linkerscript/eh-frame-reloc-out-of-range.test [new file with mode: 0644]
test/ELF/linkerscript/eh-frame.s
test/ELF/linkerscript/emit-reloc-section-names.s
test/ELF/linkerscript/emit-reloc.s
test/ELF/linkerscript/empty-link-order.test [new file with mode: 0644]
test/ELF/linkerscript/empty-load.s
test/ELF/linkerscript/empty-section-size.test [new file with mode: 0644]
test/ELF/linkerscript/empty-sections-expressions.s [new file with mode: 0644]
test/ELF/linkerscript/empty-synthetic-removed-flags.s [new file with mode: 0644]
test/ELF/linkerscript/empty-tls.s [deleted file]
test/ELF/linkerscript/empty-tls.test [new file with mode: 0644]
test/ELF/linkerscript/exidx-crash.s [deleted file]
test/ELF/linkerscript/exidx-crash.test [new file with mode: 0644]
test/ELF/linkerscript/expr-invalid-sec.s [deleted file]
test/ELF/linkerscript/expr-invalid-sec.test [new file with mode: 0644]
test/ELF/linkerscript/expr-sections.s [deleted file]
test/ELF/linkerscript/expr-sections.test [new file with mode: 0644]
test/ELF/linkerscript/extend-pt-load.s [deleted file]
test/ELF/linkerscript/extend-pt-load1.test [new file with mode: 0644]
test/ELF/linkerscript/extend-pt-load2.test [new file with mode: 0644]
test/ELF/linkerscript/extend-pt-load3.test [new file with mode: 0644]
test/ELF/linkerscript/filename-spec.s
test/ELF/linkerscript/fill.s [deleted file]
test/ELF/linkerscript/fill.test [new file with mode: 0644]
test/ELF/linkerscript/header-addr.test [moved from test/ELF/linkerscript/header-addr.s with 73% similarity]
test/ELF/linkerscript/header-phdr.s [deleted file]
test/ELF/linkerscript/header-phdr.test [new file with mode: 0644]
test/ELF/linkerscript/header-phdr2.s [new file with mode: 0644]
test/ELF/linkerscript/huge-temporary-file.s
test/ELF/linkerscript/i386-sections-max-va-overflow.s [new file with mode: 0644]
test/ELF/linkerscript/implicit-program-header.s [deleted file]
test/ELF/linkerscript/implicit-program-header.test [new file with mode: 0644]
test/ELF/linkerscript/info-section-type.s [new file with mode: 0644]
test/ELF/linkerscript/insert-after.test [new file with mode: 0644]
test/ELF/linkerscript/insert-before.test [new file with mode: 0644]
test/ELF/linkerscript/insert-broken.test [new file with mode: 0644]
test/ELF/linkerscript/lazy-symbols.test [moved from test/ELF/linkerscript/lazy-symbols.s with 68% similarity]
test/ELF/linkerscript/linker-script-in-search-path.s
test/ELF/linkerscript/linkerscript.s
test/ELF/linkerscript/lma-overflow.test [new file with mode: 0644]
test/ELF/linkerscript/locationcountererr.s [deleted file]
test/ELF/linkerscript/locationcountererr.test [new file with mode: 0644]
test/ELF/linkerscript/locationcountererr2.s
test/ELF/linkerscript/map-file.test [new file with mode: 0644]
test/ELF/linkerscript/map-file2.test [new file with mode: 0644]
test/ELF/linkerscript/memory-at.test [moved from test/ELF/linkerscript/memory-at.s with 59% similarity]
test/ELF/linkerscript/memory-data-commands.test [new file with mode: 0644]
test/ELF/linkerscript/memory-loc-counter.test [new file with mode: 0644]
test/ELF/linkerscript/memory-region-alignment.test [new file with mode: 0644]
test/ELF/linkerscript/memory.s
test/ELF/linkerscript/memory2.s
test/ELF/linkerscript/memory4.test [new file with mode: 0644]
test/ELF/linkerscript/memory5.test [new file with mode: 0644]
test/ELF/linkerscript/merge-header-load.s [new file with mode: 0644]
test/ELF/linkerscript/merge-sections-syms.s
test/ELF/linkerscript/merge-sections.s
test/ELF/linkerscript/no-pt-load.s [deleted file]
test/ELF/linkerscript/no-pt-load.test [new file with mode: 0644]
test/ELF/linkerscript/no-space.s
test/ELF/linkerscript/nobits-offset.s [new file with mode: 0644]
test/ELF/linkerscript/noload.s
test/ELF/linkerscript/non-absolute.s
test/ELF/linkerscript/non-absolute2.s [deleted file]
test/ELF/linkerscript/non-absolute2.test [new file with mode: 0644]
test/ELF/linkerscript/non-alloc-segment.s
test/ELF/linkerscript/non-alloc.s
test/ELF/linkerscript/numbers.s
test/ELF/linkerscript/openbsd-bootdata.s [deleted file]
test/ELF/linkerscript/openbsd-bootdata.test [new file with mode: 0644]
test/ELF/linkerscript/openbsd-randomize.s
test/ELF/linkerscript/openbsd-wxneeded.test [moved from test/ELF/linkerscript/openbsd-wxneeded.s with 65% similarity]
test/ELF/linkerscript/operators.test [moved from test/ELF/linkerscript/operators.s with 54% similarity]
test/ELF/linkerscript/orphan-first-cmd.s [deleted file]
test/ELF/linkerscript/orphan-first-cmd.test [new file with mode: 0644]
test/ELF/linkerscript/orphan-phdrs.s
test/ELF/linkerscript/orphan.s
test/ELF/linkerscript/out-of-order.s
test/ELF/linkerscript/output-too-large.s
test/ELF/linkerscript/outputarch.s [deleted file]
test/ELF/linkerscript/outputarch.test [new file with mode: 0644]
test/ELF/linkerscript/overlapping-sections.s [new file with mode: 0644]
test/ELF/linkerscript/overlay-reject.test [new file with mode: 0644]
test/ELF/linkerscript/overlay-reject2.test [new file with mode: 0644]
test/ELF/linkerscript/overlay.test [new file with mode: 0644]
test/ELF/linkerscript/page-size-align.s [deleted file]
test/ELF/linkerscript/page-size-align.test [new file with mode: 0644]
test/ELF/linkerscript/parse-section-in-addr.test [new file with mode: 0644]
test/ELF/linkerscript/provide-empty-section.s [new file with mode: 0644]
test/ELF/linkerscript/provide-shared2.s [new file with mode: 0644]
test/ELF/linkerscript/pt-interp.test [new file with mode: 0644]
test/ELF/linkerscript/pt_gnu_eh_frame.s
test/ELF/linkerscript/region-alias.s
test/ELF/linkerscript/rosegment.test [moved from test/ELF/linkerscript/rosegment.s with 71% similarity]
test/ELF/linkerscript/section-metadata.s
test/ELF/linkerscript/section-metadata2.s [new file with mode: 0644]
test/ELF/linkerscript/sections-keep.s
test/ELF/linkerscript/sections-max-va-overflow.s [new file with mode: 0644]
test/ELF/linkerscript/sections-sort.s
test/ELF/linkerscript/sections-va-overflow.test [new file with mode: 0644]
test/ELF/linkerscript/sections.s
test/ELF/linkerscript/segment-none.s
test/ELF/linkerscript/segment-start.s
test/ELF/linkerscript/sort-constructors.s [deleted file]
test/ELF/linkerscript/sort-constructors.test [new file with mode: 0644]
test/ELF/linkerscript/sort-non-script.s
test/ELF/linkerscript/start-end.s [deleted file]
test/ELF/linkerscript/start-end.test [new file with mode: 0644]
test/ELF/linkerscript/subalign.s
test/ELF/linkerscript/symbol-assignexpr.s
test/ELF/linkerscript/symbol-memoryexpr.s
test/ELF/linkerscript/symbol-only-flags.test [moved from test/ELF/linkerscript/symbol-only-flags.s with 50% similarity]
test/ELF/linkerscript/symbol-only.s [deleted file]
test/ELF/linkerscript/symbol-only.test [new file with mode: 0644]
test/ELF/linkerscript/symbol-ordering-file.s
test/ELF/linkerscript/symbol-ordering-file2.s [new file with mode: 0644]
test/ELF/linkerscript/symbols-non-alloc.s [deleted file]
test/ELF/linkerscript/symbols-non-alloc.test [new file with mode: 0644]
test/ELF/linkerscript/symbols-synthetic.s [deleted file]
test/ELF/linkerscript/synthetic-relsec-layout.s [new file with mode: 0644]
test/ELF/linkerscript/synthetic-symbols1.test [new file with mode: 0644]
test/ELF/linkerscript/synthetic-symbols2.test [new file with mode: 0644]
test/ELF/linkerscript/synthetic-symbols3.test [new file with mode: 0644]
test/ELF/linkerscript/synthetic-symbols4.test [new file with mode: 0644]
test/ELF/linkerscript/unused-synthetic.s
test/ELF/linkerscript/unused-synthetic2.test [new file with mode: 0644]
test/ELF/linkerscript/va.s
test/ELF/linkerscript/version-script.s [new file with mode: 0644]
test/ELF/llvm33-rela-outside-group.s
test/ELF/local-dynamic.s
test/ELF/local-got-pie.s
test/ELF/local-got-shared.s
test/ELF/local-got.s
test/ELF/local-symbols-order.s [new file with mode: 0644]
test/ELF/local.s
test/ELF/lto-plugin-ignore.s
test/ELF/lto/Inputs/absolute.s [new file with mode: 0644]
test/ELF/lto/Inputs/archive-3.ll
test/ELF/lto/Inputs/asmundef.ll [new file with mode: 0644]
test/ELF/lto/Inputs/common3.ll
test/ELF/lto/Inputs/i386-empty.ll [new file with mode: 0644]
test/ELF/lto/Inputs/lazy-internal.ll [new file with mode: 0644]
test/ELF/lto/Inputs/sample-profile.prof [new file with mode: 0644]
test/ELF/lto/Inputs/thinlto_empty.ll [new file with mode: 0644]
test/ELF/lto/Inputs/weakodr-visibility.ll [new file with mode: 0644]
test/ELF/lto/abs-resol.ll [new file with mode: 0644]
test/ELF/lto/archive-2.ll
test/ELF/lto/archive-3.ll
test/ELF/lto/archive-no-index.ll
test/ELF/lto/archive.ll
test/ELF/lto/asmundef.ll
test/ELF/lto/available-externally.ll
test/ELF/lto/bitcode-nodatalayout.ll
test/ELF/lto/cache.ll
test/ELF/lto/codemodel.ll
test/ELF/lto/combined-lto-object-name.ll
test/ELF/lto/comdat.ll
test/ELF/lto/comdat2.ll
test/ELF/lto/common2.ll
test/ELF/lto/common3.ll
test/ELF/lto/cpu-string.ll [new file with mode: 0644]
test/ELF/lto/ctors.ll
test/ELF/lto/data-ordering-lto.s
test/ELF/lto/debugger-tune.ll [new file with mode: 0644]
test/ELF/lto/defsym.ll
test/ELF/lto/discard-value-names.ll
test/ELF/lto/drop-debug-info.ll
test/ELF/lto/drop-linkage.ll
test/ELF/lto/duplicated.ll
test/ELF/lto/dynamic-list.ll
test/ELF/lto/dynsym.ll
test/ELF/lto/inline-asm.ll
test/ELF/lto/internalize-basic.ll
test/ELF/lto/internalize-exportdyn.ll
test/ELF/lto/internalize-llvmused.ll
test/ELF/lto/internalize-undef.ll
test/ELF/lto/internalize-version-script.ll
test/ELF/lto/irmover-error.ll
test/ELF/lto/keep-undefined.ll
test/ELF/lto/lazy-internal.ll [new file with mode: 0644]
test/ELF/lto/linkage.ll
test/ELF/lto/linker-script-symbols-assign.ll
test/ELF/lto/linker-script-symbols-ipo.ll
test/ELF/lto/linker-script-symbols.ll
test/ELF/lto/lto-start.ll
test/ELF/lto/ltopasses-basic.ll
test/ELF/lto/ltopasses-custom.ll
test/ELF/lto/metadata.ll
test/ELF/lto/mix-platforms2.ll [new file with mode: 0644]
test/ELF/lto/module-asm.ll
test/ELF/lto/new-pass-manager.ll [new file with mode: 0644]
test/ELF/lto/opt-level.ll
test/ELF/lto/parallel-internalize.ll
test/ELF/lto/parallel.ll
test/ELF/lto/relax-relocs.ll
test/ELF/lto/relocatable.ll
test/ELF/lto/sample-profile.ll [new file with mode: 0644]
test/ELF/lto/save-temps.ll
test/ELF/lto/setting-dso-local.ll [new file with mode: 0644]
test/ELF/lto/start-lib.ll
test/ELF/lto/symbol-ordering-lto.s
test/ELF/lto/thinlto-cant-write-index.ll [new file with mode: 0644]
test/ELF/lto/thinlto-debug-fission.ll [new file with mode: 0644]
test/ELF/lto/thinlto-emit-imports.ll [new file with mode: 0644]
test/ELF/lto/thinlto-index-file.ll [new file with mode: 0644]
test/ELF/lto/thinlto-index-only.ll [new file with mode: 0644]
test/ELF/lto/thinlto-no-index.ll [new file with mode: 0644]
test/ELF/lto/thinlto-obj-path.ll [new file with mode: 0644]
test/ELF/lto/thinlto-object-suffix-replace.ll [new file with mode: 0644]
test/ELF/lto/thinlto-prefix-replace.ll [new file with mode: 0644]
test/ELF/lto/thinlto.ll
test/ELF/lto/timepasses.ll
test/ELF/lto/tls-mixed.ll
test/ELF/lto/tls-preserve.ll
test/ELF/lto/type-merge.ll
test/ELF/lto/type-merge2.ll
test/ELF/lto/undef-weak.ll
test/ELF/lto/undef.ll
test/ELF/lto/undefined-puts.ll
test/ELF/lto/unnamed-addr-comdat.ll
test/ELF/lto/unnamed-addr-drop.ll
test/ELF/lto/unnamed-addr-lib.ll
test/ELF/lto/unnamed-addr.ll
test/ELF/lto/verify-invalid.ll
test/ELF/lto/version-script.ll
test/ELF/lto/version-script2.ll [new file with mode: 0644]
test/ELF/lto/visibility.ll
test/ELF/lto/weak.ll
test/ELF/lto/weakodr-visibility.ll [new file with mode: 0644]
test/ELF/lto/wrap-1.ll
test/ELF/map-file-i686.s [new file with mode: 0644]
test/ELF/map-file.s
test/ELF/map-gc-sections.s
test/ELF/merge-gc-piece.s [new file with mode: 0644]
test/ELF/merge-gc-piece2.s [new file with mode: 0644]
test/ELF/merge-reloc-O0.s [new file with mode: 0644]
test/ELF/merge-shared-str.s
test/ELF/merge-shared.s
test/ELF/merge-string-empty.s
test/ELF/merge-string-error.s
test/ELF/merge-string-no-null.s
test/ELF/merge-string.s
test/ELF/merge-sym.s
test/ELF/merge-to-non-alloc.s [new file with mode: 0644]
test/ELF/mips-26-mask.s
test/ELF/mips-26-n32-n64.s
test/ELF/mips-26.s
test/ELF/mips-32.s
test/ELF/mips-64-disp.s
test/ELF/mips-64-got-overflow.s [new file with mode: 0644]
test/ELF/mips-64-got.s
test/ELF/mips-64-gprel-so.s
test/ELF/mips-64-rels.s
test/ELF/mips-64.s
test/ELF/mips-abs-got.s [new file with mode: 0644]
test/ELF/mips-align-err.s
test/ELF/mips-call-hilo.s
test/ELF/mips-call16.s
test/ELF/mips-dynamic.s
test/ELF/mips-dynsym-sort.s
test/ELF/mips-elf-abi.s [new file with mode: 0644]
test/ELF/mips-elf-flags-err.s
test/ELF/mips-elf-flags-err.test [new file with mode: 0644]
test/ELF/mips-elf-flags.s
test/ELF/mips-fp-flags-err.test [new file with mode: 0644]
test/ELF/mips-gnu-hash.s
test/ELF/mips-got-and-copy.s
test/ELF/mips-got-extsym.s
test/ELF/mips-got-hilo.s
test/ELF/mips-got-page-script.s
test/ELF/mips-got-page.s
test/ELF/mips-got-redundant.s
test/ELF/mips-got-relocs.s
test/ELF/mips-got-script.s
test/ELF/mips-got-string.s
test/ELF/mips-got-weak.s
test/ELF/mips-got16-relocatable.s
test/ELF/mips-got16.s
test/ELF/mips-gp-disp-ver.s [new file with mode: 0644]
test/ELF/mips-gp-disp.s
test/ELF/mips-gp-ext.s
test/ELF/mips-gp-local.s
test/ELF/mips-gp-lowest.s
test/ELF/mips-gprel-sec.s
test/ELF/mips-gprel32-relocs-gp0.s
test/ELF/mips-gprel32-relocs.s
test/ELF/mips-higher-highest.s
test/ELF/mips-hilo-gp-disp.s
test/ELF/mips-hilo-hi-only.s
test/ELF/mips-hilo.s
test/ELF/mips-lo16-not-relative.s
test/ELF/mips-merge-abiflags.s
test/ELF/mips-mgot.s [new file with mode: 0644]
test/ELF/mips-micro-got.s
test/ELF/mips-micro-got64.s [deleted file]
test/ELF/mips-micro-jal.s
test/ELF/mips-micro-plt.s
test/ELF/mips-micro-relocs.s
test/ELF/mips-micro-thunks.s
test/ELF/mips-micror6-relocs.s [new file with mode: 0644]
test/ELF/mips-n32-emul.s
test/ELF/mips-n32-rels.s
test/ELF/mips-non-zero-gp0.s [new file with mode: 0644]
test/ELF/mips-nonalloc.s
test/ELF/mips-options.s
test/ELF/mips-out-of-bounds-call16-reloc.s
test/ELF/mips-pc-relocs.s
test/ELF/mips-plt-copy.s
test/ELF/mips-plt-n32.s [new file with mode: 0644]
test/ELF/mips-plt-r6.s
test/ELF/mips-reginfo.s
test/ELF/mips-relocatable.s
test/ELF/mips-sto-pic-flag.s
test/ELF/mips-sto-plt.s
test/ELF/mips-tls-64-pic-local-variable.s [new file with mode: 0644]
test/ELF/mips-tls-64.s
test/ELF/mips-tls-hilo.s
test/ELF/mips-tls-static-64.s
test/ELF/mips-tls-static.s
test/ELF/mips-tls.s
test/ELF/mips-xgot-order.s
test/ELF/mips64-eh-abs-reloc.s
test/ELF/multiple-cu.s [new file with mode: 0644]
test/ELF/new-dtags.test
test/ELF/no-augmentation.s
test/ELF/no-dynamic-linker.s [deleted file]
test/ELF/no-inhibit-exec.s
test/ELF/no-line-parser-errors-if-empty-section.s [new file with mode: 0644]
test/ELF/no-line-parser-errors-if-no-section.s [new file with mode: 0644]
test/ELF/no-obj.s
test/ELF/no-symtab.s
test/ELF/no-undefined.s
test/ELF/non-abs-reloc.s
test/ELF/non-alloc-link-order-gc.s [new file with mode: 0644]
test/ELF/note-contiguous.s
test/ELF/note-loadaddr.s [moved from test/ELF/note-loadaddr.c with 100% similarity]
test/ELF/note-noalloc.s [new file with mode: 0644]
test/ELF/note-noalloc2.s [new file with mode: 0644]
test/ELF/oformat-binary.s
test/ELF/output-section.s
test/ELF/pack-dyn-relocs.s
test/ELF/pack-dyn-relocs2.s [new file with mode: 0644]
test/ELF/pie.s
test/ELF/plt-aarch64.s
test/ELF/plt-i686.s
test/ELF/plt.s
test/ELF/ppc-rela.s [new file with mode: 0644]
test/ELF/ppc-relocs.s
test/ELF/ppc64-abi-version.s [new file with mode: 0644]
test/ELF/ppc64-addr16-error.s
test/ELF/ppc64-dtprel.s [new file with mode: 0644]
test/ELF/ppc64-dynamic-relocations.s [new file with mode: 0644]
test/ELF/ppc64-error-toc-restore.s [new file with mode: 0644]
test/ELF/ppc64-error-toc-tail-call.s [new file with mode: 0644]
test/ELF/ppc64-func-entry-points.s [new file with mode: 0644]
test/ELF/ppc64-gd-to-ie.s [new file with mode: 0644]
test/ELF/ppc64-general-dynamic-tls.s [new file with mode: 0644]
test/ELF/ppc64-got-indirect.s [new file with mode: 0644]
test/ELF/ppc64-ifunc.s [new file with mode: 0644]
test/ELF/ppc64-initial-exec-tls.s [new file with mode: 0644]
test/ELF/ppc64-local-dynamic.s [new file with mode: 0644]
test/ELF/ppc64-local-exec-tls.s [new file with mode: 0644]
test/ELF/ppc64-plt-stub.s [new file with mode: 0644]
test/ELF/ppc64-rel-calls.s
test/ELF/ppc64-rel-so-local-calls.s [new file with mode: 0644]
test/ELF/ppc64-relocs.s
test/ELF/ppc64-shared-rel-toc.s [deleted file]
test/ELF/ppc64-tls-gd-le.s [new file with mode: 0644]
test/ELF/ppc64-tls-ld-le.s [new file with mode: 0644]
test/ELF/ppc64-toc-rel.s [new file with mode: 0644]
test/ELF/ppc64-toc-restore.s
test/ELF/ppc64-weak-undef-call-shared.s
test/ELF/ppc64-weak-undef-call.s
test/ELF/ppc64_entry_point.s [new file with mode: 0644]
test/ELF/pr34660.s
test/ELF/pr34872.s
test/ELF/pr36475.s [new file with mode: 0644]
test/ELF/pr37735.s [new file with mode: 0644]
test/ELF/pre_init_fini_array.s
test/ELF/pre_init_fini_array_missing.s
test/ELF/print-icf.s [new file with mode: 0644]
test/ELF/program-header-layout.s
test/ELF/protected-data-access.s [new file with mode: 0644]
test/ELF/protected-function-access.s [new file with mode: 0644]
test/ELF/push-state.s [new file with mode: 0644]
test/ELF/rel-addend-with-rela-input.s [new file with mode: 0644]
test/ELF/relative-dynamic-reloc-ppc64.s
test/ELF/relocatable-build-id.s [new file with mode: 0644]
test/ELF/relocatable-comdat-multiple.s
test/ELF/relocatable-comdat.s
test/ELF/relocatable-comdat2.s
test/ELF/relocatable-eh-frame.s
test/ELF/relocatable-many-sections.s [new file with mode: 0644]
test/ELF/relocatable-symbols.s
test/ELF/relocatable-versioned.s [new file with mode: 0644]
test/ELF/relocation-absolute.s
test/ELF/relocation-common.s
test/ELF/relocation-dtrace.test
test/ELF/relocation-i686.s
test/ELF/relocation-local.s
test/ELF/relocation-nocopy.s
test/ELF/relocation-non-alloc.s
test/ELF/relocation-none-aarch64.test
test/ELF/relocation-none-i686.test
test/ELF/relocation-past-merge-end.s
test/ELF/relocation-relative-absolute.s
test/ELF/relocation-shared.s
test/ELF/relocation-size-err.s [new file with mode: 0644]
test/ELF/relocation-size-shared.s
test/ELF/relocation-size.s
test/ELF/relocation-undefined-weak.s
test/ELF/relocation.s
test/ELF/relro-non-contiguous.s
test/ELF/relro-omagic.s
test/ELF/relro-script.s
test/ELF/relro.s
test/ELF/reproduce-backslash.s
test/ELF/reproduce-error.s
test/ELF/reproduce.s
test/ELF/resolution-end.s
test/ELF/resolution-shared.s
test/ELF/resolution.s
test/ELF/rodynamic.s
test/ELF/section-align-0.test
test/ELF/section-layout.s
test/ELF/section-metadata-err.s
test/ELF/section-metadata-err2.s [new file with mode: 0644]
test/ELF/section-metadata-err3.s [new file with mode: 0644]
test/ELF/section-name.s
test/ELF/section-symbol.s
test/ELF/section-symbols.test
test/ELF/sectionstart-noallochdr.s
test/ELF/sectionstart.s
test/ELF/shared-lazy.s
test/ELF/shared-ppc64.s [moved from test/ELF/shared-be.s with 78% similarity]
test/ELF/shared.s
test/ELF/shlib-undefined-archive.s [new file with mode: 0644]
test/ELF/shlib-undefined-local.s [new file with mode: 0644]
test/ELF/shlib-undefined-shared.s [new file with mode: 0644]
test/ELF/sht-group-gold-r.test
test/ELF/silent-ignore.test
test/ELF/soname.s
test/ELF/soname2.s
test/ELF/sort-norosegment.s
test/ELF/splitstacks.s [deleted file]
test/ELF/start-lib.s
test/ELF/startstop-shared.s
test/ELF/startstop.s
test/ELF/static-with-export-dynamic.s
test/ELF/string-gc.s
test/ELF/string-table.s
test/ELF/symbol-ordering-file-icf.s [new file with mode: 0644]
test/ELF/symbol-ordering-file-warnings.s [new file with mode: 0644]
test/ELF/symbol-ordering-file.s
test/ELF/symbol-override.s
test/ELF/symbols.s
test/ELF/symver-archive.s
test/ELF/sysroot.s
test/ELF/sysv-hash-no-rosegment.s [new file with mode: 0644]
test/ELF/text-section-prefix.s [new file with mode: 0644]
test/ELF/tls-archive.s
test/ELF/tls-error.s
test/ELF/tls-got.s
test/ELF/tls-in-archive.s
test/ELF/tls-mismatch.s
test/ELF/tls-opt-gdie.s
test/ELF/tls-opt-gdiele-i686.s
test/ELF/tls-opt-i686.s
test/ELF/tls-opt-iele-i686-nopic.s
test/ELF/tls-opt-local.s
test/ELF/tls-opt-no-plt.s
test/ELF/tls-opt.s
test/ELF/tls-static.s
test/ELF/trace-symbols.s
test/ELF/typed-undef.s
test/ELF/undef-broken-debug.test
test/ELF/undef-shared.s
test/ELF/undef-shared2.s [new file with mode: 0644]
test/ELF/undef-start.s
test/ELF/undef-version-script.s
test/ELF/undef.s
test/ELF/undefined-opt.s
test/ELF/unresolved-symbols.s
test/ELF/user_def_init_array_start.s
test/ELF/verdef-defaultver.s
test/ELF/verneed-local.s
test/ELF/verneed.s
test/ELF/version-exclude-libs.s [new file with mode: 0644]
test/ELF/version-script-complex-wildcards.s
test/ELF/version-script-extern-undefined.s [new file with mode: 0644]
test/ELF/version-script-extern.s
test/ELF/version-script-extern2.s [new file with mode: 0644]
test/ELF/version-script-glob.s
test/ELF/version-script-in-search-path.s [new file with mode: 0644]
test/ELF/version-script-missing.s
test/ELF/version-script-no-warn.s
test/ELF/version-script-no-warn2.s
test/ELF/version-script-noundef.s
test/ELF/version-script-symver.s
test/ELF/version-script.s
test/ELF/version-symbol-error.s
test/ELF/version-undef-sym.s
test/ELF/visibility.s
test/ELF/warn-backrefs.s [new file with mode: 0644]
test/ELF/warn-common.s
test/ELF/warn-unresolved-symbols-hidden.s
test/ELF/warn-unresolved-symbols.s
test/ELF/weak-and-strong-undef.s
test/ELF/weak-shared-gc.s [new file with mode: 0644]
test/ELF/weak-undef-lazy.s
test/ELF/weak-undef-lib.s [new file with mode: 0644]
test/ELF/weak-undef-rw.s [new file with mode: 0644]
test/ELF/whole-archive-name.s [new file with mode: 0644]
test/ELF/wrap.s
test/ELF/writable-merge.s
test/ELF/writable-sec-plt-reloc.s
test/ELF/x86-64-dyn-rel-error.s
test/ELF/x86-64-dyn-rel-error2.s
test/ELF/x86-64-dyn-rel-error3.s [new file with mode: 0644]
test/ELF/x86-64-plt-high-addr.s [new file with mode: 0644]
test/ELF/x86-64-reloc-16.s
test/ELF/x86-64-reloc-32-fpic.s
test/ELF/x86-64-reloc-8.s
test/ELF/x86-64-reloc-debug-overflow.s [new file with mode: 0644]
test/ELF/x86-64-reloc-error-reporting.s [new file with mode: 0644]
test/ELF/x86-64-reloc-error.s
test/ELF/x86-64-reloc-error2.s [new file with mode: 0644]
test/ELF/x86-64-reloc-gotoff64.s [new file with mode: 0644]
test/ELF/x86-64-reloc-gotpc64.s [new file with mode: 0644]
test/ELF/x86-64-reloc-pc32-fpic.s
test/ELF/x86-64-reloc-range-debug-loc.s [new file with mode: 0644]
test/ELF/x86-64-reloc-range.s
test/ELF/x86-64-reloc-tpoff32-fpic.s
test/ELF/x86-64-retpoline-linkerscript.s [new file with mode: 0644]
test/ELF/x86-64-retpoline-znow-linkerscript.s [new file with mode: 0644]
test/ELF/x86-64-retpoline-znow.s [new file with mode: 0644]
test/ELF/x86-64-retpoline.s [new file with mode: 0644]
test/ELF/x86-64-split-stack-prologue-adjust-fail.s [new file with mode: 0644]
test/ELF/x86-64-split-stack-prologue-adjust-silent.s [new file with mode: 0644]
test/ELF/x86-64-split-stack-prologue-adjust-success.s [new file with mode: 0644]
test/ELF/x86-64-tls-ld-local.s [new file with mode: 0644]
test/ELF/zdefs.s
test/ELF/znotext-plt-relocations-protected.s
test/ELF/znotext-weak-undef.s
test/ELF/ztext.s [moved from test/ELF/ztext-text-notext.s with 50% similarity]
test/MinGW/driver.test
test/darwin/cmdline-lto_library.objtxt [new file with mode: 0644]
test/darwin/cmdline-objc_gc.objtxt
test/darwin/cmdline-objc_gc_compaction.objtxt
test/darwin/cmdline-objc_gc_only.objtxt
test/darwin/native-and-mach-o.objtxt
test/lit.cfg.py
test/lit.site.cfg.py.in
test/mach-o/Inputs/swift-version-1.yaml
test/mach-o/Inputs/wrong-arch-error.yaml
test/mach-o/PIE.yaml
test/mach-o/align_text.yaml
test/mach-o/arm-interworking-movw.yaml
test/mach-o/arm-interworking.yaml
test/mach-o/arm-shims.yaml
test/mach-o/arm-subsections-via-symbols.yaml
test/mach-o/arm64-reloc-negDelta32-fixup.yaml
test/mach-o/arm64-relocs-errors-delta64-offset.yaml
test/mach-o/arm64-section-order.yaml
test/mach-o/bind-opcodes.yaml
test/mach-o/cstring-sections.yaml
test/mach-o/data-in-code-load-command.yaml
test/mach-o/data-only-dylib.yaml
test/mach-o/dead-strip-globals.yaml
test/mach-o/debug-syms.yaml
test/mach-o/demangle.yaml
test/mach-o/dependency_info.yaml
test/mach-o/do-not-emit-unwind-fde-arm64.yaml
test/mach-o/dso_handle.yaml
test/mach-o/dylib-install-names.yaml
test/mach-o/eh-frame-relocs-arm64.yaml
test/mach-o/error-simulator-vs-macosx.yaml
test/mach-o/exe-offsets.yaml
test/mach-o/exe-segment-overlap.yaml
test/mach-o/executable-exports.yaml
test/mach-o/export-trie-order.yaml
test/mach-o/exported_symbols_list-dylib.yaml
test/mach-o/exported_symbols_list-obj.yaml
test/mach-o/exported_symbols_list-undef.yaml
test/mach-o/fat-archive.yaml
test/mach-o/filelist.yaml
test/mach-o/flat_namespace_undef_error.yaml
test/mach-o/flat_namespace_undef_suppress.yaml
test/mach-o/force_load-dylib.yaml
test/mach-o/force_load-x86_64.yaml
test/mach-o/framework-user-paths.yaml
test/mach-o/function-starts-load-command.yaml
test/mach-o/gcc_except_tab-got-arm64.yaml
test/mach-o/got-order.yaml
test/mach-o/hello-world-arm64.yaml
test/mach-o/hello-world-armv6.yaml
test/mach-o/hello-world-armv7.yaml
test/mach-o/hello-world-x86.yaml
test/mach-o/hello-world-x86_64.yaml
test/mach-o/image-base.yaml
test/mach-o/infer-arch.yaml
test/mach-o/interposing-section.yaml
test/mach-o/keep_private_externs.yaml
test/mach-o/lazy-bind-x86_64.yaml
test/mach-o/lc_segment_filesize.yaml
test/mach-o/lib-search-paths.yaml
test/mach-o/library-order.yaml
test/mach-o/library-rescan.yaml
test/mach-o/libresolve-bizarre-root-override.yaml
test/mach-o/libresolve-multiple-syslibroots.yaml
test/mach-o/libresolve-one-syslibroot.yaml
test/mach-o/libresolve-simple.yaml
test/mach-o/libresolve-user-paths.yaml
test/mach-o/libresolve-z.yaml
test/mach-o/mach_header-cpusubtype.yaml
test/mach-o/mh_bundle_header.yaml
test/mach-o/mh_dylib_header.yaml
test/mach-o/objc-category-list-atom.yaml
test/mach-o/objc-image-info-host-vs-simulator.yaml
test/mach-o/objc-image-info-invalid-size.yaml
test/mach-o/objc-image-info-invalid-version.yaml
test/mach-o/objc-image-info-mismatched-swift-version.yaml
test/mach-o/objc-image-info-pass-output.yaml
test/mach-o/objc-image-info-simulator-vs-host.yaml
test/mach-o/objc-image-info-unsupported-gc.yaml
test/mach-o/objc_export_list.yaml
test/mach-o/order_file-basic.yaml
test/mach-o/parse-aliases.yaml
test/mach-o/parse-arm-relocs.yaml
test/mach-o/parse-cfstring32.yaml
test/mach-o/parse-cfstring64.yaml
test/mach-o/parse-compact-unwind32.yaml
test/mach-o/parse-compact-unwind64.yaml
test/mach-o/parse-data-in-code-armv7.yaml
test/mach-o/parse-data-in-code-x86.yaml
test/mach-o/parse-data-relocs-arm64.yaml
test/mach-o/parse-data-relocs-x86_64.yaml
test/mach-o/parse-data.yaml
test/mach-o/parse-eh-frame-relocs-x86_64.yaml
test/mach-o/parse-eh-frame-x86-anon.yaml
test/mach-o/parse-eh-frame-x86-labeled.yaml
test/mach-o/parse-eh-frame.yaml
test/mach-o/parse-function.yaml
test/mach-o/parse-initializers32.yaml
test/mach-o/parse-initializers64.yaml
test/mach-o/parse-literals-error.yaml
test/mach-o/parse-literals.yaml
test/mach-o/parse-non-lazy-pointers.yaml
test/mach-o/parse-relocs-x86.yaml
test/mach-o/parse-section-no-symbol.yaml
test/mach-o/parse-tentative-defs.yaml
test/mach-o/parse-text-relocs-arm64.yaml
test/mach-o/parse-text-relocs-x86_64.yaml
test/mach-o/parse-tlv-relocs-x86-64.yaml
test/mach-o/re-exported-dylib-ordinal.yaml
test/mach-o/rpath.yaml
test/mach-o/run-tlv-pass-x86-64.yaml
test/mach-o/sdk-version-error.yaml
test/mach-o/sectalign.yaml
test/mach-o/sectattrs.yaml
test/mach-o/sectcreate.yaml
test/mach-o/seg-protection-arm64.yaml
test/mach-o/seg-protection-x86_64.yaml
test/mach-o/source-version.yaml
test/mach-o/stack-size.yaml
test/mach-o/string-table.yaml
test/mach-o/subsections-via-symbols-default.yaml
test/mach-o/twolevel_namespace_undef_dynamic_lookup.yaml
test/mach-o/twolevel_namespace_undef_warning_suppress.yaml
test/mach-o/unwind-info-simple-arm64.yaml
test/mach-o/unwind-info-simple-x86_64.yaml
test/mach-o/upward-dylib-load-command.yaml
test/mach-o/upward-dylib-paths.yaml
test/mach-o/usage.yaml
test/mach-o/use-dylib.yaml
test/mach-o/use-simple-dylib.yaml
test/mach-o/version-min-load-command-object.yaml
test/mach-o/version-min-load-command.yaml
test/mach-o/write-final-sections.yaml
test/mach-o/wrong-arch-error.yaml
test/wasm/Inputs/archive1.ll
test/wasm/Inputs/archive2.ll
test/wasm/Inputs/archive3.ll [new file with mode: 0644]
test/wasm/Inputs/call-indirect.ll
test/wasm/Inputs/comdat1.ll [new file with mode: 0644]
test/wasm/Inputs/comdat2.ll [new file with mode: 0644]
test/wasm/Inputs/custom.ll [new file with mode: 0644]
test/wasm/Inputs/debuginfo1.ll [new file with mode: 0644]
test/wasm/Inputs/debuginfo2.ll [new file with mode: 0644]
test/wasm/Inputs/global-ctor-dtor.ll
test/wasm/Inputs/globals.yaml [new file with mode: 0644]
test/wasm/Inputs/hello.ll
test/wasm/Inputs/hidden.ll
test/wasm/Inputs/locals-duplicate1.ll [new file with mode: 0644]
test/wasm/Inputs/locals-duplicate2.ll [new file with mode: 0644]
test/wasm/Inputs/many-funcs.ll
test/wasm/Inputs/ret32.ll
test/wasm/Inputs/ret64.ll
test/wasm/Inputs/start.ll [new file with mode: 0644]
test/wasm/Inputs/strong-symbol.ll [new file with mode: 0644]
test/wasm/Inputs/undefined-globals.yaml [new file with mode: 0644]
test/wasm/Inputs/weak-alias.ll
test/wasm/Inputs/weak-symbol1.ll
test/wasm/Inputs/weak-symbol2.ll
test/wasm/alias.ll [new file with mode: 0644]
test/wasm/archive.ll
test/wasm/call-indirect.ll
test/wasm/comdats.ll [new file with mode: 0644]
test/wasm/compress-relocs.ll [new file with mode: 0644]
test/wasm/conflict.test
test/wasm/custom-sections.ll [new file with mode: 0644]
test/wasm/cxx-mangling.ll [new file with mode: 0644]
test/wasm/data-layout.ll
test/wasm/data-segment-merging.ll [new file with mode: 0644]
test/wasm/debuginfo.test [new file with mode: 0644]
test/wasm/demangle.ll [new file with mode: 0644]
test/wasm/driver.ll [new file with mode: 0644]
test/wasm/entry-signature.ll [new file with mode: 0644]
test/wasm/entry.ll
test/wasm/export-all.ll [new file with mode: 0644]
test/wasm/export-table.test [new file with mode: 0644]
test/wasm/export.ll [new file with mode: 0644]
test/wasm/fatal-warnings.ll [new file with mode: 0644]
test/wasm/function-imports-first.ll
test/wasm/function-imports.ll
test/wasm/function-index.test
test/wasm/gc-imports.ll [new file with mode: 0644]
test/wasm/gc-sections.ll [new file with mode: 0644]
test/wasm/import-memory.test
test/wasm/import-table.test [new file with mode: 0644]
test/wasm/init-fini.ll
test/wasm/invalid-stack-size.test
test/wasm/load-undefined.ll [deleted file]
test/wasm/load-undefined.test [new file with mode: 0644]
test/wasm/local-symbols.ll
test/wasm/locals-duplicate.test [new file with mode: 0644]
test/wasm/lto/Inputs/archive.ll [new file with mode: 0644]
test/wasm/lto/Inputs/cache.ll [new file with mode: 0644]
test/wasm/lto/Inputs/save-temps.ll [new file with mode: 0644]
test/wasm/lto/Inputs/thinlto.ll [new file with mode: 0644]
test/wasm/lto/Inputs/used.ll [new file with mode: 0644]
test/wasm/lto/archive.ll [new file with mode: 0644]
test/wasm/lto/atomics.ll [new file with mode: 0644]
test/wasm/lto/cache.ll [new file with mode: 0644]
test/wasm/lto/diagnostics.ll [new file with mode: 0644]
test/wasm/lto/export.ll [new file with mode: 0644]
test/wasm/lto/incompatible.ll [new file with mode: 0644]
test/wasm/lto/internalize-basic.ll [new file with mode: 0644]
test/wasm/lto/lto-start.ll [new file with mode: 0644]
test/wasm/lto/opt-level.ll [new file with mode: 0644]
test/wasm/lto/parallel.ll [new file with mode: 0644]
test/wasm/lto/save-temps.ll [new file with mode: 0644]
test/wasm/lto/thinlto.ll [new file with mode: 0644]
test/wasm/lto/undef.ll [new file with mode: 0644]
test/wasm/lto/used.ll [new file with mode: 0644]
test/wasm/lto/verify-invalid.ll [new file with mode: 0644]
test/wasm/lto/weak.ll [new file with mode: 0644]
test/wasm/many-functions.ll
test/wasm/reloc-addend.ll [new file with mode: 0644]
test/wasm/relocatable.ll
test/wasm/responsefile.test [new file with mode: 0644]
test/wasm/signature-mismatch-weak.ll [new file with mode: 0644]
test/wasm/signature-mismatch.ll
test/wasm/stack-first.test [new file with mode: 0644]
test/wasm/stack-pointer.ll
test/wasm/strip-debug.test
test/wasm/symbol-type-mismatch.ll
test/wasm/undefined-entry.test
test/wasm/undefined-weak-call.ll [new file with mode: 0644]
test/wasm/undefined.ll
test/wasm/version.ll
test/wasm/visibility-hidden.ll
test/wasm/weak-alias-overide.ll
test/wasm/weak-alias.ll
test/wasm/weak-symbols.ll
test/wasm/weak-undefined.ll [moved from test/wasm/weak-external.ll with 52% similarity]
test/wasm/whole-archive.test [new file with mode: 0644]
tools/lld/lld.cpp
unittests/DriverTests/DarwinLdDriverTest.cpp
unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
wasm/CMakeLists.txt
wasm/Config.h
wasm/Driver.cpp
wasm/InputChunks.cpp [new file with mode: 0644]
wasm/InputChunks.h [new file with mode: 0644]
wasm/InputFiles.cpp
wasm/InputFiles.h
wasm/InputGlobal.h [new file with mode: 0644]
wasm/InputSegment.cpp [deleted file]
wasm/InputSegment.h [deleted file]
wasm/LTO.cpp [new file with mode: 0644]
wasm/LTO.h [new file with mode: 0644]
wasm/MarkLive.cpp [new file with mode: 0644]
wasm/MarkLive.h [new file with mode: 0644]
wasm/Options.td
wasm/OutputSections.cpp
wasm/OutputSections.h
wasm/OutputSegment.h
wasm/SymbolTable.cpp
wasm/SymbolTable.h
wasm/Symbols.cpp
wasm/Symbols.h
wasm/Writer.cpp
wasm/WriterUtils.cpp
wasm/WriterUtils.h