[libc-commits] [libc] Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)" (PR #191273)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Apr 9 11:53:42 PDT 2026
https://github.com/kaladron created https://github.com/llvm/llvm-project/pull/191273
This reverts commit 63c64fa6cd451557c7554593c1908e34e668aa89.
>From ea8e42186e40fa5ae461dad34ab9bcb6c4c51941 Mon Sep 17 00:00:00 2001
From: Jeff Bailey <jbailey at raspberryginger.com>
Date: Thu, 9 Apr 2026 19:52:29 +0100
Subject: [PATCH] Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h
(#191234)"
This reverts commit 63c64fa6cd451557c7554593c1908e34e668aa89.
---
libc/hdr/stdint_proxy.h | 4 ----
1 file changed, 4 deletions(-)
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