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

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


================
@@ -0,0 +1,57 @@
+//===- RPC_Windows.cpp - Windows stub implementation of RPC ----------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file provides Windows stub implementations for the RPC interface.
+// Remote Procedure Calls are not supported on Windows, so all RPC functions
----------------
jhuber6 wrote:

Why not? It's supposed to work.

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


More information about the llvm-commits mailing list