[ELF] Split up emulation.s per backend
authorShoaib Meenai <smeenai@fb.com>
Tue, 23 Oct 2018 01:19:18 +0000 (01:19 +0000)
committerShoaib Meenai <smeenai@fb.com>
Tue, 23 Oct 2018 01:19:18 +0000 (01:19 +0000)
commit3ac97e2ed4347bf787a18f7526a605865f71ebfe
treeebf76ca155ca336ab3a7edba8ce5e03ffa4f920f
parentaf95597c3c9ecf18a9e66e6a403daf6dc3dd597f
[ELF] Split up emulation.s per backend

emulation.s is testing multiple architectures, which means it needs all
the corresponding backends enabled, which might not be true for all
developers (for example, I don't have PPC or MIPS enabled). Rather than
marking the entire test as unsupported for such developers, split it up
per backend to get better testing granularity.

Differential Revision: https://reviews.llvm.org/D53544

llvm-svn: 344986
lld/test/ELF/emulation-aarch64.s [new file with mode: 0644]
lld/test/ELF/emulation-arm.s [new file with mode: 0644]
lld/test/ELF/emulation-mips.s [new file with mode: 0644]
lld/test/ELF/emulation-ppc.s [new file with mode: 0644]
lld/test/ELF/emulation-x86.s [new file with mode: 0644]
lld/test/ELF/emulation.s [deleted file]