[libc-commits] [libc] 023566a - [libc] Add missing full build dependency for mbstate. (#150030)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 22 07:39:08 PDT 2025
Author: lntue
Date: 2025-07-22T10:39:03-04:00
New Revision: 023566ab389ceae8f02a2d86babe90f8ce3bd57b
URL: https://github.com/llvm/llvm-project/commit/023566ab389ceae8f02a2d86babe90f8ce3bd57b
DIFF: https://github.com/llvm/llvm-project/commit/023566ab389ceae8f02a2d86babe90f8ce3bd57b.diff
LOG: [libc] Add missing full build dependency for mbstate. (#150030)
Added:
Modified:
libc/hdr/types/CMakeLists.txt
Removed:
################################################################################
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