[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)

Sirui Mu via libc-commits libc-commits at lists.llvm.org
Mon Aug 19 06:07:15 PDT 2024


================
@@ -0,0 +1,9 @@
+add_object_library(
+  windows_util
+  SRCS
+    exit.cpp
+    io.cpp
+  HDRS
+    io.h
+  DEPENDS
----------------
Lancern wrote:

Updated.

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


More information about the libc-commits mailing list