[libc-commits] [libc] [libc] add headers.txt for windows (PR #118675)

via libc-commits libc-commits at lists.llvm.org
Wed Dec 4 10:00:01 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

<details>
<summary>Changes</summary>

Link: https://github.com/llvm/llvm-project/pull/117220#issuecomment-2518126598


---
Full diff: https://github.com/llvm/llvm-project/pull/118675.diff


1 Files Affected:

- (added) libc/config/windows/headers.txt (+32) 


``````````diff
diff --git a/libc/config/windows/headers.txt b/libc/config/windows/headers.txt
new file mode 100644
index 00000000000000..d5b44fc07277e5
--- /dev/null
+++ b/libc/config/windows/headers.txt
@@ -0,0 +1,32 @@
+set(TARGET_PUBLIC_HEADERS
+    libc.include.assert
+    libc.include.ctype
+    libc.include.dirent
+    libc.include.errno
+    libc.include.features
+    libc.include.fenv
+    libc.include.float
+    libc.include.inttypes
+    libc.include.limits
+    libc.include.link
+    libc.include.locale
+    libc.include.malloc
+    libc.include.math
+    libc.include.sched
+    libc.include.search
+    libc.include.setjmp
+    libc.include.signal
+    libc.include.stdbit
+    libc.include.stdckdint
+    libc.include.stdfix
+    libc.include.stdint
+    libc.include.stdio
+    libc.include.stdlib
+    libc.include.string
+    libc.include.strings
+    libc.include.threads
+    libc.include.time
+    libc.include.uchar
+    libc.include.unistd
+    libc.include.wchar
+)

``````````

</details>


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


More information about the libc-commits mailing list