[PATCH] D73568: Remove lit feature object-emission

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 08:37:30 PDT 2020


probinson added a comment.

In D73568#1927929 <https://reviews.llvm.org/D73568#1927929>, @vsk wrote:

> If 'object-emission' is gone, can we fix this by removing all instances of 'REQUIRES: x86'?


Interesting.  I'd have thought this would match an x86_64-foo-foo target triple, but perhaps not.
In any case, tests under an X86 directory should not need an explicit REQUIRES because the lit.local.cfg takes care of that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73568/new/

https://reviews.llvm.org/D73568





More information about the llvm-commits mailing list