[llvm] [offload] Add Windows offload support (PR #187006)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 05:53:03 PDT 2026


================
@@ -28,7 +28,16 @@
 #include <functional>
 #include <optional>
 #include <string>
+
+#ifndef _WIN32
----------------
jhuber6 wrote:

Why are we using raw FDs in the first place?

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


More information about the llvm-commits mailing list