[libc-commits] [libc] [libc] force GCC limits.h to not include_next limits.h (PR #79211)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Jan 23 13:23:30 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
----------------
nickdesaulniers wrote:
it's unclear to me when we need to add these DEPENDS vs not. I didn't for many changes, and the build succeeds. Is that expected? Do we have some convention here that perhaps I'm unaware of?
https://github.com/llvm/llvm-project/pull/79211
More information about the libc-commits
mailing list