Remove useless file prefix.
authorRui Ueyama <ruiu@google.com>
Fri, 2 Sep 2016 20:40:53 +0000 (20:40 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 2 Sep 2016 20:40:53 +0000 (20:40 +0000)
Differential Revision: https://reviews.llvm.org/D24207

llvm-svn: 280540

50 files changed:
lld/test/ELF/linkerscript/Inputs/filename-spec.s [moved from lld/test/ELF/linkerscript/Inputs/linkerscript-filename-spec.s with 100% similarity]
lld/test/ELF/linkerscript/Inputs/merge-sections-reloc.s [moved from lld/test/ELF/linkerscript/Inputs/linkerscript-merge-sections-reloc.s with 100% similarity]
lld/test/ELF/linkerscript/Inputs/sort-nested.s [moved from lld/test/ELF/linkerscript/Inputs/linkerscript-sort-nested.s with 100% similarity]
lld/test/ELF/linkerscript/Inputs/sort.s [moved from lld/test/ELF/linkerscript/Inputs/linkerscript-sort.s with 100% similarity]
lld/test/ELF/linkerscript/addr.s [moved from lld/test/ELF/linkerscript/linkerscript-addr.s with 100% similarity]
lld/test/ELF/linkerscript/align.s [moved from lld/test/ELF/linkerscript/linkerscript-align.s with 100% similarity]
lld/test/ELF/linkerscript/assert.s [moved from lld/test/ELF/linkerscript/linkerscript-assert.s with 100% similarity]
lld/test/ELF/linkerscript/at.s [moved from lld/test/ELF/linkerscript/linkerscript-at.s with 100% similarity]
lld/test/ELF/linkerscript/common.s [moved from lld/test/ELF/linkerscript/linkerscript-common.s with 100% similarity]
lld/test/ELF/linkerscript/data-segment-relro.s [moved from lld/test/ELF/linkerscript/linkerscript-data-segment-relro.s with 100% similarity]
lld/test/ELF/linkerscript/diagnostic.s [moved from lld/test/ELF/linkerscript/linkerscript-diagnostic.s with 100% similarity]
lld/test/ELF/linkerscript/discard-interp.s [moved from lld/test/ELF/linkerscript/linkerscript-discard-interp.s with 100% similarity]
lld/test/ELF/linkerscript/dynamic.s [moved from lld/test/ELF/linkerscript/linkerscript-dynamic.s with 100% similarity]
lld/test/ELF/linkerscript/edata-etext.s [moved from lld/test/ELF/linkerscript/linkerscript-edata-etext.s with 100% similarity]
lld/test/ELF/linkerscript/eh-frame-hdr.s [moved from lld/test/ELF/linkerscript/linkerscript-eh-frame-hdr.s with 100% similarity]
lld/test/ELF/linkerscript/ehdr_start.s [moved from lld/test/ELF/linkerscript/linkerscript-ehdr_start.s with 100% similarity]
lld/test/ELF/linkerscript/excludefile.s [moved from lld/test/ELF/linkerscript/linkerscript-excludefile.s with 100% similarity]
lld/test/ELF/linkerscript/filename-spec.s [moved from lld/test/ELF/linkerscript/linkerscript-filename-spec.s with 77% similarity]
lld/test/ELF/linkerscript/input-order.s [moved from lld/test/ELF/linkerscript/linkerscript-input-order.s with 100% similarity]
lld/test/ELF/linkerscript/input-sec-dup.s [moved from lld/test/ELF/linkerscript/linkerscript-input-sec-dup.s with 100% similarity]
lld/test/ELF/linkerscript/locationcounter.s [moved from lld/test/ELF/linkerscript/linkerscript-locationcounter.s with 100% similarity]
lld/test/ELF/linkerscript/merge-sections-reloc.s [moved from lld/test/ELF/linkerscript/linkerscript-merge-sections-reloc.s with 91% similarity]
lld/test/ELF/linkerscript/merge-sections.s [moved from lld/test/ELF/linkerscript/linkerscript-merge-sections.s with 100% similarity]
lld/test/ELF/linkerscript/multi-sections-constraint.s [moved from lld/test/ELF/linkerscript/linkerscript-multi-sections-constraint.s with 100% similarity]
lld/test/ELF/linkerscript/numbers.s [moved from lld/test/ELF/linkerscript/linkerscript-numbers.s with 100% similarity]
lld/test/ELF/linkerscript/orphans.s [moved from lld/test/ELF/linkerscript/linkerscript-orphans.s with 100% similarity]
lld/test/ELF/linkerscript/ouputformat.s [moved from lld/test/ELF/linkerscript/linkerscript-ouputformat.s with 100% similarity]
lld/test/ELF/linkerscript/outputarch.s [moved from lld/test/ELF/linkerscript/linkerscript-outputarch.s with 100% similarity]
lld/test/ELF/linkerscript/phdr-check.s [moved from lld/test/ELF/linkerscript/linkerscript-phdr-check.s with 100% similarity]
lld/test/ELF/linkerscript/phdrs-flags.s [moved from lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s with 100% similarity]
lld/test/ELF/linkerscript/phdrs.s [moved from lld/test/ELF/linkerscript/linkerscript-phdrs.s with 100% similarity]
lld/test/ELF/linkerscript/repsection-va.s [moved from lld/test/ELF/linkerscript/linkerscript-repsection-va.s with 100% similarity]
lld/test/ELF/linkerscript/sections-constraint.s [moved from lld/test/ELF/linkerscript/linkerscript-sections-constraint.s with 100% similarity]
lld/test/ELF/linkerscript/sections-keep.s [moved from lld/test/ELF/linkerscript/linkerscript-sections-keep.s with 100% similarity]
lld/test/ELF/linkerscript/sections-padding.s [moved from lld/test/ELF/linkerscript/linkerscript-sections-padding.s with 100% similarity]
lld/test/ELF/linkerscript/sections.s [moved from lld/test/ELF/linkerscript/linkerscript-sections.s with 100% similarity]
lld/test/ELF/linkerscript/sizeof.s [moved from lld/test/ELF/linkerscript/linkerscript-sizeof.s with 100% similarity]
lld/test/ELF/linkerscript/sizeofheaders.s [moved from lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s with 100% similarity]
lld/test/ELF/linkerscript/sort-constructors.s [moved from lld/test/ELF/linkerscript/linkerscript-sort-constructors.s with 100% similarity]
lld/test/ELF/linkerscript/sort-nested.s [moved from lld/test/ELF/linkerscript/linkerscript-sort-nested.s with 96% similarity]
lld/test/ELF/linkerscript/sort.s [moved from lld/test/ELF/linkerscript/linkerscript-sort.s with 98% similarity]
lld/test/ELF/linkerscript/start-end.s [moved from lld/test/ELF/linkerscript/linkerscript-start-end.s with 100% similarity]
lld/test/ELF/linkerscript/subalign.s [moved from lld/test/ELF/linkerscript/linkerscript-subalign.s with 100% similarity]
lld/test/ELF/linkerscript/symbol-assignexpr.s [moved from lld/test/ELF/linkerscript/linkerscript-symbol-assignexpr.s with 100% similarity]
lld/test/ELF/linkerscript/symbol-conflict.s [moved from lld/test/ELF/linkerscript/linkerscript-symbol-conflict.s with 100% similarity]
lld/test/ELF/linkerscript/symbolreferenced.s [moved from lld/test/ELF/linkerscript/linkerscript-symbolreferenced.s with 100% similarity]
lld/test/ELF/linkerscript/symbols-synthetic.s [moved from lld/test/ELF/linkerscript/linkerscript-symbols-synthetic.s with 100% similarity]
lld/test/ELF/linkerscript/symbols.s [moved from lld/test/ELF/linkerscript/linkerscript-symbols.s with 100% similarity]
lld/test/ELF/linkerscript/undef.s [moved from lld/test/ELF/linkerscript/linkerscript-undef.s with 100% similarity]
lld/test/ELF/linkerscript/va.s [moved from lld/test/ELF/linkerscript/linkerscript-va.s with 100% similarity]

@@ -1,7 +1,7 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %tfirst.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
-# RUN:   %p/Inputs/linkerscript-filename-spec.s -o %tsecond.o
+# RUN:   %p/Inputs/filename-spec.s -o %tsecond.o
 
 # RUN: echo "SECTIONS { .foo : { \
 # RUN:   KEEP(*first.o(.foo)) \
 # RUN: ld.lld -o %t4 --script %t4.script %tfirst.o %tsecond.o
 # RUN: llvm-objdump -s %t4 | FileCheck --check-prefix=SECONDFIRST %s
 
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %T/linkerscript-filename-spec1.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %T/filename-spec1.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
-# RUN:   %p/Inputs/linkerscript-filename-spec.s -o %T/linkerscript-filename-spec2.o
+# RUN:   %p/Inputs/filename-spec.s -o %T/filename-spec2.o
 
 # RUN: echo "SECTIONS { .foo : { \
-# RUN:   linkerscript-filename-spec2.o(.foo) \
-# RUN:   linkerscript-filename-spec1.o(.foo) } }" > %t5.script
+# RUN:   filename-spec2.o(.foo) \
+# RUN:   filename-spec1.o(.foo) } }" > %t5.script
 # RUN: ld.lld -o %t5 --script %t5.script \
-# RUN:   %T/linkerscript-filename-spec1.o %T/linkerscript-filename-spec2.o
+# RUN:   %T/filename-spec1.o %T/filename-spec2.o
 # RUN: llvm-objdump -s %t5 | FileCheck --check-prefix=SECONDFIRST %s
 
 # RUN: echo "SECTIONS { .foo : { \
-# RUN:   linkerscript-filename-spec1.o(.foo) \
-# RUN:   linkerscript-filename-spec2.o(.foo) } }" > %t6.script
+# RUN:   filename-spec1.o(.foo) \
+# RUN:   filename-spec2.o(.foo) } }" > %t6.script
 # RUN: ld.lld -o %t6 --script %t6.script \
-# RUN:   %T/linkerscript-filename-spec1.o %T/linkerscript-filename-spec2.o
+# RUN:   %T/filename-spec1.o %T/filename-spec2.o
 # RUN: llvm-objdump -s %t6 | FileCheck --check-prefix=FIRSTSECOND %s
 
 .global _start
@@ -1,5 +1,5 @@
 # REQUIRES: x86
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/linkerscript-merge-sections-reloc.s -o %t1.o
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/merge-sections-reloc.s -o %t1.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t2.o
 # RUN: echo "SECTIONS {}" > %t.script
 # RUN: ld.lld -o %t --script %t.script %t1.o %t2.o
@@ -1,7 +1,7 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
-# RUN:   %p/Inputs/linkerscript-sort-nested.s -o %t2.o
+# RUN:   %p/Inputs/sort-nested.s -o %t2.o
 
 ## Check sorting first by alignment and then by name.
 # RUN: echo "SECTIONS { .aaa : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.aaa.*))) } }" > %t1.script
similarity index 98%
rename from lld/test/ELF/linkerscript/linkerscript-sort.s
rename to lld/test/ELF/linkerscript/sort.s
index 2e3b63b..31df7a3 100644 (file)
@@ -1,7 +1,7 @@
 # REQUIRES: x86
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
-# RUN:   %p/Inputs/linkerscript-sort.s -o %t2.o
+# RUN:   %p/Inputs/sort.s -o %t2.o
 
 # RUN: echo "SECTIONS { .aaa : { *(.aaa.*) } }" > %t1.script
 # RUN: ld.lld -o %t1 --script %t1.script %t2.o %t1.o