[libc-commits] [libc] [libc] force GCC limits.h to not include_next limits.h (PR #79211)

via libc-commits libc-commits at lists.llvm.org
Tue Jan 23 16:16:23 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
----------------
lntue wrote:

It's a feature, so that we skip the tests if its entrypoints are not enabled instead of erroring out, or something like that.

https://github.com/llvm/llvm-project/pull/79211


More information about the libc-commits mailing list