[libc-commits] [libc] [libc] Fix scanf cmake for targets without FILE (PR #128056)
Caslyn Tonelli via libc-commits
libc-commits at lists.llvm.org
Thu Feb 20 13:14:29 PST 2025
================
@@ -40,4 +41,6 @@ add_libc_unittest(
libc.src.stdio.scanf_core.reader
libc.src.stdio.scanf_core.converter
libc.src.__support.CPP.string_view
+ COMPILE_OPTIONS
----------------
Caslyn wrote:
Oh - derp. I see this is for `add_libc_unittest` (vs `add_header_library`) - that's probably the reason
https://github.com/llvm/llvm-project/pull/128056
More information about the libc-commits
mailing list