[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:45:07 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:

If I change this line in particular s/limits/asdfasdfasdf/ literally nothing happens to the build...that doesn't instill confidence that this change is even doing anything...

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


More information about the libc-commits mailing list