[Openmp-commits] [llvm] [openmp] [OpenMP][Offload][AMDGPU] Fix offload tests failure after the new triple (PR #208617)
Matt Arsenault via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 10 02:52:41 PDT 2026
================
@@ -1,7 +1,7 @@
// Basic offloading test for function compiled with flang
// REQUIRES: flang, amdgcn-amd-amdhsa
-// RUN: %flang -c -fopenmp -fopenmp-targets=amdgcn-amd-amdhsa \
+// RUN: %flang -c -fopenmp -fopenmp-targets=amdgpu-amd-amdhsa \
----------------
arsenm wrote:
These test changes shouldn't strictly be necessary
https://github.com/llvm/llvm-project/pull/208617
More information about the Openmp-commits
mailing list