[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)
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]

diff --git a/lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s b/lld/test/ELF/linkerscript/Inputs/libsearch-dyn.s
new file mode 100644 (file)
index 0000000..091b3b9
--- /dev/null
@@ -0,0 +1,3 @@
+.globl _bar,_dynamic
+_bar:
+_dynamic:
diff --git a/lld/test/ELF/linkerscript/Inputs/libsearch-st.s b/lld/test/ELF/linkerscript/Inputs/libsearch-st.s
new file mode 100644 (file)
index 0000000..6da62f7
--- /dev/null
@@ -0,0 +1,3 @@
+.globl _bar,_static
+_bar:
+_static: