[libc-commits] [libc] [libc] Use proxy headers for `limits.h` values (PR #102378)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Aug 7 14:55:26 PDT 2024
================
@@ -9,10 +9,10 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_CPP_LIMITS_H
#define LLVM_LIBC_SRC___SUPPORT_CPP_LIMITS_H
-#include "include/llvm-libc-macros/limits-macros.h" // CHAR_BIT
+#include "hdr/limits-macros.h" // CHAR_BIT
----------------
michaelrj-google wrote:
```suggestion
#include "hdr/limits_macros.h" // CHAR_BIT
```
https://github.com/llvm/llvm-project/pull/102378
More information about the libc-commits
mailing list