[flang-commits] [flang] [libc] Refactor scanf reader to match printf (PR #66023)
Joseph Huber via flang-commits
flang-commits at lists.llvm.org
Fri Sep 22 11:06:35 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 flang-commits
mailing list