[clang] [libc] Refactor scanf reader to match printf (PR #66023)

Siva Chandra via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 11:23:32 PDT 2023


================
@@ -439,10 +442,6 @@ if(LLVM_LIBC_FULL_BUILD)
     libc.src.stdio.getc_unlocked
     libc.src.stdio.getchar
     libc.src.stdio.getchar_unlocked
-    libc.src.stdio.printf
----------------
sivachandra wrote:

I think it was removed because it is listed on line 130 also.

https://github.com/llvm/llvm-project/pull/66023


More information about the cfe-commits mailing list