[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:47 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: None (lntue)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/150030.diff
1 Files Affected:
- (modified) libc/hdr/types/CMakeLists.txt (+2)
``````````diff
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(
``````````
</details>
https://github.com/llvm/llvm-project/pull/150030
More information about the libc-commits
mailing list