[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:41:43 PDT 2025
https://github.com/lntue created https://github.com/llvm/llvm-project/pull/150862
None
>From 9c28ab4f22116dbe2e2b02f52e6e65912c65aa03 Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue at google.com>
Date: Sun, 27 Jul 2025 21:39:51 -0400
Subject: [PATCH] [libc] Add missing libc.include.inttypes dependency.
---
libc/src/stdio/scanf_core/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
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
More information about the libc-commits
mailing list