[PATCH] D53544: [ELF] Split up emulation.s per backend

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 17:47:44 PDT 2018


smeenai created this revision.
smeenai added reviewers: grimar, ruiu.
Herald added subscribers: atanasyan, jrtc27, kbarton, arichardson, javed.absar, nemanjai, sdardis, emaste.
Herald added a reviewer: espindola.

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.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D53544

Files:
  test/ELF/emulation-aarch64.s
  test/ELF/emulation-arm.s
  test/ELF/emulation-mips.s
  test/ELF/emulation-ppc.s
  test/ELF/emulation-x86.s
  test/ELF/emulation.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53544.170542.patch
Type: text/x-patch
Size: 36705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/81328bc0/attachment.bin>


More information about the llvm-commits mailing list