[flang-commits] [flang] f118983 - Remove amdgpu target to fix aarch64 buildbot failure.

Jan Sjodin via flang-commits flang-commits at lists.llvm.org
Thu Jul 13 07:16:35 PDT 2023


Author: Jan Sjodin
Date: 2023-07-13T10:16:20-04:00
New Revision: f118983b8489c1d9b991b0e32dda7571427a1ee1

URL: https://github.com/llvm/llvm-project/commit/f118983b8489c1d9b991b0e32dda7571427a1ee1
DIFF: https://github.com/llvm/llvm-project/commit/f118983b8489c1d9b991b0e32dda7571427a1ee1.diff

LOG: Remove amdgpu target to fix aarch64 buildbot failure.

Added: 
    

Modified: 
    flang/test/Lower/OpenMP/omp-target-early-outlining.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Lower/OpenMP/omp-target-early-outlining.f90 b/flang/test/Lower/OpenMP/omp-target-early-outlining.f90
index 6564b7d42e8408..e6100cadea4685 100644
--- a/flang/test/Lower/OpenMP/omp-target-early-outlining.f90
+++ b/flang/test/Lower/OpenMP/omp-target-early-outlining.f90
@@ -1,4 +1,3 @@
-!RUN: %flang_fc1 -triple amdgcn-amd-amdhsa -emit-fir -fopenmp -fopenmp-is-device %s -o - | FileCheck %s
 !RUN: %flang_fc1 -triple x86_64-unknown-linux-gnu -emit-fir -fopenmp -fopenmp-is-device %s -o - | FileCheck %s
 
 !CHECK:  func.func @_QPwrite_index_omp_outline_0(%[[ARG0:.*]]: !fir.ref<i32>) attributes {omp.declare_target = #omp.declaretarget<device_type = (host), capture_clause = (to)>, omp.outline_parent_name = "_QPwrite_index"} {


        


More information about the flang-commits mailing list