[libc-commits] [libc] [libc] force GCC limits.h to not include_next limits.h (PR #79211)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Tue Jan 23 13:47:34 PST 2024
================
@@ -136,6 +138,7 @@ add_libc_test(
clock_test.cpp
DEPENDS
libc.include.time
- libc.src.time.clock
+ libc.src.__support.CPP.limits
----------------
SchrodingerZhu wrote:
After an unknown change sometime ago, if you miss the generated header dependency in full build, the header may not be generated in time. This results in most of the full build failures that we have been fixing.
https://github.com/llvm/llvm-project/pull/79211
More information about the libc-commits
mailing list