[libc-commits] [libc] [libc] Add missing full build dependency for mbstate. (PR #150030)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 22 07:28:07 PDT 2025


https://github.com/lntue created https://github.com/llvm/llvm-project/pull/150030

None

>From 1e034d2c5cd8ee4e0705358501c446f65c2b2878 Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue.h at gmail.com>
Date: Tue, 22 Jul 2025 14:26:24 +0000
Subject: [PATCH] [libc] Add missing full build dependency for mbstate.

---
 libc/hdr/types/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libc/hdr/types/CMakeLists.txt b/libc/hdr/types/CMakeLists.txt
index e4b3cb0faa820..f3bdc9f6aedd1 100644
--- a/libc/hdr/types/CMakeLists.txt
+++ b/libc/hdr/types/CMakeLists.txt
@@ -26,6 +26,8 @@ add_proxy_header_library(
     mbstate_t.h
   DEPENDS
     libc.include.llvm-libc-types.mbstate_t
+  FULL_BUILD_DEPENDS
+    libc.include.uchar
 )
 
 add_proxy_header_library(



More information about the libc-commits mailing list