[libc-commits] [libc] [libc] Add osutils for Windows and make libc and its tests build on Windows target (PR #104676)
via libc-commits
libc-commits at lists.llvm.org
Sun Aug 18 17:46:10 PDT 2024
================
@@ -0,0 +1,9 @@
+add_object_library(
+ windows_util
+ SRCS
+ exit.cpp
+ io.cpp
+ HDRS
+ io.h
+ DEPENDS
----------------
lntue wrote:
you can add `libc.src.__support.macros.config` to avoid empty `DEPENDS`.
https://github.com/llvm/llvm-project/pull/104676
More information about the libc-commits
mailing list