[libc-commits] [libc] 012f820 - Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)" (#191273)
via libc-commits
libc-commits at lists.llvm.org
Thu Apr 9 12:00:44 PDT 2026
Author: Jeff Bailey
Date: 2026-04-09T20:00:38+01:00
New Revision: 012f8200734a6d7651682c0aa41bbdf3bad9e951
URL: https://github.com/llvm/llvm-project/commit/012f8200734a6d7651682c0aa41bbdf3bad9e951
DIFF: https://github.com/llvm/llvm-project/commit/012f8200734a6d7651682c0aa41bbdf3bad9e951.diff
LOG: Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)" (#191273)
This reverts commit 63c64fa6cd451557c7554593c1908e34e668aa89.
Added:
Modified:
libc/hdr/stdint_proxy.h
Removed:
################################################################################
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
More information about the libc-commits
mailing list