[libc-commits] [libc] [libc] Add missing libc.include.inttypes dependency. (PR #150862)

via libc-commits libc-commits at lists.llvm.org
Sun Jul 27 18:42:12 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/150862.diff


1 Files Affected:

- (modified) libc/src/stdio/scanf_core/CMakeLists.txt (+1) 


``````````diff
diff --git a/libc/src/stdio/scanf_core/CMakeLists.txt b/libc/src/stdio/scanf_core/CMakeLists.txt
index dee125c234a10..8630b337f2286 100644
--- a/libc/src/stdio/scanf_core/CMakeLists.txt
+++ b/libc/src/stdio/scanf_core/CMakeLists.txt
@@ -35,6 +35,7 @@ add_header_library(
     core_structs.h
   DEPENDS
     .scanf_config
+    libc.include.inttypes
     libc.src.__support.CPP.string_view
     libc.src.__support.CPP.bitset
     libc.src.__support.FPUtil.fp_bits

``````````

</details>


https://github.com/llvm/llvm-project/pull/150862


More information about the libc-commits mailing list