[libc-commits] [libc] [libc] fix getchar_unlocked (PR #73874)
    Joseph Huber via libc-commits 
    libc-commits at lists.llvm.org
       
    Wed Nov 29 16:16:14 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
----------------
jhuber6 wrote:
Shouldn't you be able to pipe a file via CMake or something?
https://github.com/llvm/llvm-project/pull/73874
    
    
More information about the libc-commits
mailing list