[libcxx-commits] [libcxx] [libc++] Add "using-if-exists" to timespec_get in modules (PR #78686)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 19 08:30:40 PST 2024
mordante wrote:
> Ok, I can see, that now the module tests have to be enabled with `set(LIBCXX_ENABLE_STD_MODULES ON CACHE BOOL "")` in `Armv7M-picolibc.cmake`. I tried it, but found, that a more recent version of cmake and ninja is required than those provided with ubuntu 22.04. With those updated, the tests pass. I checked the logs of the buildkite run and I can see the picolibc tests are run with older versions of cmake and ninja. I am not enabling the module tests in `Armv7M-picolibc.cmake` for now.
The patches to make modules work with older CMake versions have been reverted. I expect I can reland that patch soon. After that you can rebase this patch on main again and we can test it again.
https://github.com/llvm/llvm-project/pull/78686
More information about the libcxx-commits
mailing list