[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:19 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
----------------
arsenm wrote:

This must be emitting bitcode, so why .hip suffix? 

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


More information about the llvm-commits mailing list