[libc-commits] [libc] [libc] Support for scanf on baremetal (PR #131043)

Petr Hosek via libc-commits libc-commits at lists.llvm.org
Tue Mar 18 12:08:27 PDT 2025


================
@@ -95,20 +95,6 @@ add_entrypoint_object(
     libc.src.__support.File.platform_file
 )
 
-list(APPEND scanf_deps
-      libc.src.__support.arg_list
-      libc.src.stdio.scanf_core.vfscanf_internal
-      libc.hdr.types.FILE
-)
-
-if(LLVM_LIBC_FULL_BUILD AND NOT LIBC_TARGET_OS_IS_GPU)
----------------
petrhosek wrote:

It was moved to `libc/src/stdio/generic/CMakeLists.txt`.

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


More information about the libc-commits mailing list