[Openmp-commits] [llvm] [openmp] [OpenMP][Offload][AMDGPU] Fix offload tests failure after the new triple (PR #208617)

Kewen Meng via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 10 10:53:34 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 \
----------------
Kewen12 wrote:

Thanks for the review!

These 3 flang tests are the only ones that failed because of the hard-coded RUN line that the lit substitution doesn't apply, other tests are taken care of. Updated them here so that we can unblock the bot. In this case, would you still suggest to leave them as they are and wait for the test migration? 

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


More information about the Openmp-commits mailing list