[llvm] [LLVM] Introduce 'llvm-offload-wrapper' tool (PR #153504)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 13 16:10:20 PDT 2025
================
@@ -0,0 +1,128 @@
+//===- llvm-offload-wrapper: Create runtime registration code for devices -===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
arsenm wrote:
Document purpose
https://github.com/llvm/llvm-project/pull/153504
More information about the llvm-commits
mailing list