[libcxx-commits] [PATCH] D121276: [CMake] Include runtimes test suites in check-all
Joel E. Denny via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 14 13:43:01 PDT 2022
jdenny added a comment.
In D121276#3380266 <https://reviews.llvm.org/D121276#3380266>, @phosek wrote:
> 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.
I see the problem when building from scratch. I'm not sure if you are suggesting it happens only for incremental builds.
I have tried only openmp and ninja, not other runtimes or make.
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