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

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 07:24:24 PDT 2026


================
@@ -30,6 +30,19 @@ using namespace plugin;
 using namespace error;
 using namespace llvm::offload::debug;
 
+// Windows/MSVC doesn't support weak symbols properly, so provide a stub
+// implementation that will be used if compiler-rt is not linked.
----------------
sarnex wrote:

Can we add a link explaining the specific problem?

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


More information about the llvm-commits mailing list