Skip to content

Commit a6a1c8b

Browse files
authored
Revert "[Flang][OpenMP] Disable declarate target tests on Windows (#77306)"
This reverts commit 4a45648.
1 parent b4ee7d6 commit a6a1c8b

4 files changed

+0
-8
lines changed

flang/test/Lower/OpenMP/FIR/declare-target-implicit-func-and-subr-cap-enter.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-fir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-fir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
108
function implicitly_captured_twice() result(k)

flang/test/Lower/OpenMP/FIR/declare-target-implicit-func-and-subr-cap.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-fir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-fir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
108
function implicitly_captured(toggle) result(k)

flang/test/Lower/OpenMP/declare-target-implicit-func-and-subr-cap-enter.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-hlfir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-hlfir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured_twice
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (enter)>{{.*}}}
108
function implicitly_captured_twice() result(k)

flang/test/Lower/OpenMP/declare-target-implicit-func-and-subr-cap.f90

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
!RUN: bbc -emit-hlfir -fopenmp %s -o - | FileCheck %s
44
!RUN: bbc -emit-hlfir -fopenmp -fopenmp-is-target-device %s -o - | FileCheck %s --check-prefix=DEVICE
55

6-
!XFAIL: system-windows
7-
86
! CHECK-LABEL: func.func @_QPimplicitly_captured
97
! CHECK-SAME: {{.*}}attributes {omp.declare_target = #omp.declaretarget<device_type = (any), capture_clause = (to)>{{.*}}}
108
function implicitly_captured(toggle) result(k)

0 commit comments

Comments
 (0)