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

via libc-commits libc-commits at lists.llvm.org
Mon Jan 22 10:28:54 PST 2024


michaelrj-google wrote:

Ideally we wouldn't provide this header, since it's provided by the compiler. I'm not sure this will fix the problem on the gcc bot since this still includes the system's header, which is what is missing the `__GLIBC_USE` macro.

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


More information about the libc-commits mailing list