Split linkerscript.s into small test files.
authorRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 22:36:12 +0000 (22:36 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 8 Dec 2016 22:36:12 +0000 (22:36 +0000)
commit89ccd0f31c30ecddf5ebfea4d799763863b78766
tree8f9dae43794ab574135f37f11b3bb1daf4e8d6c4
parent54c683f9e7bf4a67e31ed7a9ecdbb872082f7f8a
Split linkerscript.s into small test files.

linkerscript.s is the first test file for linker script, and at the moment
it contains all tests for linker scripts. Now that test file doesn't make
sense.

linkerscript2.s was just badly named. Renamed searchdir.s.

llvm-svn: 289148
lld/test/ELF/linkerscript/entry.s [new file with mode: 0644]
lld/test/ELF/linkerscript/group.s [new file with mode: 0644]
lld/test/ELF/linkerscript/linkerscript.s
lld/test/ELF/linkerscript/searchdir.s [moved from lld/test/ELF/linkerscript/linkerscript2.s with 94% similarity]