[libc-commits] [libc] [libc]: Clean up unnecessary function pointers in scanf (PR #121215)
Vinay Deshmukh via libc-commits
libc-commits at lists.llvm.org
Tue Jan 7 18:13:41 PST 2025
================
@@ -62,6 +62,7 @@ add_object_library(
reader.h
DEPENDS
libc.src.__support.macros.attributes
+ libc.hdr.types.FILE
----------------
vinay-deshmukh wrote:
I seem to be getting an error like (after adding the above change):
```
The dependency target "libc.src.__support.File.file" of target
"libc.src.stdio.scanf_core.reader" does not exist.
```
is that expected on a M1 mac?
using the build commands from:https://github.com/llvm/llvm-project/issues/115394#issuecomment-2574165429
https://github.com/llvm/llvm-project/pull/121215
More information about the libc-commits
mailing list