[libc-commits] [libc] Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)" (PR #191273)
via libc-commits
libc-commits at lists.llvm.org
Thu Apr 9 12:01:04 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Jeff Bailey (kaladron)
<details>
<summary>Changes</summary>
This reverts commit 63c64fa6cd451557c7554593c1908e34e668aa89.
---
Full diff: https://github.com/llvm/llvm-project/pull/191273.diff
1 Files Affected:
- (modified) libc/hdr/stdint_proxy.h (-4)
``````````diff
diff --git a/libc/hdr/stdint_proxy.h b/libc/hdr/stdint_proxy.h
index d5c600d5a28bf..8e815679a4e24 100644
--- a/libc/hdr/stdint_proxy.h
+++ b/libc/hdr/stdint_proxy.h
@@ -13,10 +13,6 @@
// that is `libc.include.stdint` is added to the dependency of all targets
// that use <stdint.h> header.
-#ifdef LIBC_FULL_BUILD
-#include "include/llvm-libc-macros/stdint-macros.h"
-#else
#include <stdint.h>
-#endif
#endif // LLVM_LIBC_HDR_STDINT_PROXY_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/191273
More information about the libc-commits
mailing list