[PATCH] D108946: Fix dbg-distring-uint.ll test failure on platforms not supporting x86 target

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 13:48:38 PDT 2021


cchen15 added a comment.

I can't find documentation on the REQUIRES keyword. A quick grep shows that x86-registered-target seems to be the one to use (I tried x86_64-registered-target but that's reported as UNSUPPORTED). Please suggest a better requirement if there's one.


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

https://reviews.llvm.org/D108946



More information about the llvm-commits mailing list