[libcxx-commits] [PATCH] D97913: [runtimes] Use add_lit_testsuite to register lit testsuites

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 4 15:10:23 PST 2021


phosek added a comment.

That explains why this used to work before. The runtimes build uses these global properties to gather the set of the tests and arguments across different runtimes, see https://github.com/llvm/llvm-project/blob/2b957ed4ff3344d8f761a053566e307277a1cdeb/runtimes/CMakeLists.txt#L130, so if we don't want to go with this change, then we'll need to come up with a different mechanism.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97913



More information about the libcxx-commits mailing list