[PATCH] D147803: Run ExecutionEngine/MCJIT/remote tests only if threads enabled

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 18:47:30 PDT 2023


lhames added a comment.

In D147803#4254242 <https://reviews.llvm.org/D147803#4254242>, @JOE1994 wrote:

> ...
> Thank you for reviewing!

You're very welcome, thank you for the patch!

It turns out there was already a `thread_support` predicate in `llvm/test/lit.cfg.py`, so I've committed with a minor modification to use the existing predicate in 5950a0623753 <https://reviews.llvm.org/rG5950a0623753a629814346ebadabbcda0ca2bdee>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147803



More information about the llvm-commits mailing list