[ELF] Move linker script tests to a subdirectory. NFCI.
authorDavide Italiano <davide@freebsd.org>
Sun, 24 Jul 2016 23:29:18 +0000 (23:29 +0000)
committerDavide Italiano <davide@freebsd.org>
Sun, 24 Jul 2016 23:29:18 +0000 (23:29 +0000)
commite71b25b7d1916c42fb1e3b223f955f6684f5433f
tree8562dfa8dca4d4c3e97717580ce78a3ff0c2ecaa
parentf950b85122c2a229317b17ed6a9464d999303297
[ELF] Move linker script tests to a subdirectory. NFCI.

llvm-svn: 276582
23 files changed:
lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s [new file with mode: 0644]
lld/test/ELF/linkerscript/Inputs/libsearch-st.s [new file with mode: 0644]
lld/test/ELF/linkerscript/linkerscript-align.s [moved from lld/test/ELF/linkerscript-align.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-diagnostic.s [moved from lld/test/ELF/linkerscript-diagnostic.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-locationcounter.s [moved from lld/test/ELF/linkerscript-locationcounter.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-orphans.s [moved from lld/test/ELF/linkerscript-orphans.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-ouputformat.s [moved from lld/test/ELF/linkerscript-ouputformat.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-outputarch.s [moved from lld/test/ELF/linkerscript-outputarch.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-phdr-check.s [moved from lld/test/ELF/linkerscript-phdr-check.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s [moved from lld/test/ELF/linkerscript-phdrs-flags.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-phdrs.s [moved from lld/test/ELF/linkerscript-phdrs.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-provide-in-section.s [moved from lld/test/ELF/linkerscript-provide-in-section.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-repsection-va.s [moved from lld/test/ELF/linkerscript-repsection-va.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-sections-constraint.s [moved from lld/test/ELF/linkerscript-sections-constraint.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-sections-keep.s [moved from lld/test/ELF/linkerscript-sections-keep.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-sections-padding.s [moved from lld/test/ELF/linkerscript-sections-padding.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-sections.s [moved from lld/test/ELF/linkerscript-sections.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-symbol-conflict.s [moved from lld/test/ELF/linkerscript-symbol-conflict.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-symbols.s [moved from lld/test/ELF/linkerscript-symbols.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-undef.s [moved from lld/test/ELF/linkerscript-undef.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript-va.s [moved from lld/test/ELF/linkerscript-va.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript.s [moved from lld/test/ELF/linkerscript.s with 100% similarity]
lld/test/ELF/linkerscript/linkerscript2.s [moved from lld/test/ELF/linkerscript2.s with 100% similarity]