[libcxx-commits] [PATCH] D121276: [CMake] Include runtimes test suites in check-all

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 14 11:59:27 PDT 2022


phosek added a comment.

I tested this a bit more and it seems like changes to `Tests.cmake` aren't picked up by Ninja for some reason. It's not specific only to OpenMP, it seems to be affecting all other runtimes as well. If I manually rerun CMake, the tests are picked up but this should happen automatically.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121276



More information about the libcxx-commits mailing list