[libc-commits] [libc] [libc]: Clean up unnecessary function pointers in scanf (PR #121215)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jan 23 10:30:41 PST 2025


================
@@ -62,6 +62,7 @@ add_object_library(
     reader.h
   DEPENDS
     libc.src.__support.macros.attributes
+    libc.hdr.types.FILE
----------------
michaelrj-google wrote:

The `COMPILE_OPTIONS` shouldn't be necessary, because `use_system_file` already contains it, see: https://github.com/llvm/llvm-project/blob/main/libc/src/stdio/CMakeLists.txt#L30

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


More information about the libc-commits mailing list