[clang] [llvm] [OffloadBundler] Rework the ctor of `OffloadTargetInfo` to support AMDGPU's generic target (PR #122629)
Yaxun Liu via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 09:59:36 PDT 2025
================
@@ -520,32 +520,32 @@
// Check archive unbundling
//
// Create few code object bundles and archive them to create an input archive
-// RUN: clang-offload-bundler -type=o -targets=host-%itanium_abi_triple,openmp-amdgcn-amd-amdhsa-gfx906,openmp-amdgcn-amd-amdhsa--gfx908 -input=%t.o -input=%t.tgt1 -input=%t.tgt2 -output=%t.simple.bundle
+// RUN: clang-offload-bundler -type=o -targets=host-%itanium_abi_triple,openmp-amdgcn-amd-amdhsa--gfx906,openmp-amdgcn-amd-amdhsa--gfx908 -input=%t.o -input=%t.tgt1 -input=%t.tgt2 -output=%t.simple.bundle
----------------
yxsamliu wrote:
need a test for using the old bundle entry ID hip-amdgcn-amd-amdhsa-gfx906 to bundle/unbundle
https://github.com/llvm/llvm-project/pull/122629
More information about the llvm-commits
mailing list