[llvm] [LLVM] Introduce 'llvm-offload-wrapper' tool (PR #153504)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 13 16:12:20 PDT 2025


================
@@ -0,0 +1,54 @@
+; RUN: touch %t
+
+; RUN: llvm-offload-wrapper --target=x86-64 -kind=hip %t -o %t.hip
+; RUN: llvm-dis %t.hip -o - | FileCheck %s --check-prefix=HIP
----------------
jhuber6 wrote:

I can probably just write to the same `.bc` anyway, I'll change it.

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


More information about the llvm-commits mailing list