Commit 5e416ba943b7c737deb8eca62756f7b4fa925845 (D71522) updated the
__config header but didn't change test_macros.h.
This fixes libcxx/language.support/has_timespec_get.compile.pass.cpp on
FreeBSD12/13.
Details
Details
- Reviewers
dim ldionne - Group Reviewers
Restricted Project - Commits
- rG077a84f91140: [libc++] Sync TEST_HAS_TIMESPEC_GET and _LIBCPP_HAS_TIMESPEC_GET on FreeBSD
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This duplication of several things in test_macros.h and __config is a bit annoying, but LGTM. At the same time, if we want to keep considering the test suite as a self standing thing, the duplication has to remain in some form.