[libc-commits] [libc] [libc] Add limits.h header. (PR #78887)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Jan 22 12:19:14 PST 2024


nickdesaulniers wrote:

> recent GCC does not seem to provide a standalone version of limits.h on my PC:
> lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/limits.h

^ it's right there. `lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/` is in the compiler's default include path.

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


More information about the libc-commits mailing list