[compiler-rt] [libc] Refactor scanf reader to match printf (PR #66023)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 11:06:31 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 llvm-commits mailing list