[clang-tools-extra] [libc] Refactor scanf reader to match printf (PR #66023)
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 22 11:06:30 PDT 2023
================
@@ -126,6 +126,10 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.stdio.snprintf
libc.src.stdio.vsprintf
libc.src.stdio.vsnprintf
+ #TODO: Check if scanf can be enabled on aarch64
----------------
jhuber6 wrote:
Seems like this should be tested first.
https://github.com/llvm/llvm-project/pull/66023
More information about the cfe-commits
mailing list