[libc-commits] [libc] [libc] fix getchar_unlocked (PR #73874)

via libc-commits libc-commits at lists.llvm.org
Wed Nov 29 16:15:16 PST 2023


================
@@ -319,7 +319,7 @@ add_entrypoint_object(
 add_entrypoint_object(
   getchar_unlocked
   SRCS
-    getc_unlocked.cpp
+    getchar_unlocked.cpp
   HDRS
     ../getc_unlocked.h
----------------
michaelrj-google wrote:

The header being listed is (afaik) unnecessary for cmake to compile. The compiler will pull the header in regardless. Also this entrypoint doesn't have a test since it takes input from stdin and we don't have infrastructure to support stdin tests right now.

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


More information about the libc-commits mailing list