Skip to content

Commit 1caaec1

Browse files
authored
[flang][openacc][NFC] Check only HLFIR lowering for declare tests (#73011)
HLFIR lowering as been set by default now and FIR lowering support will be removed in the near future. This patch removes the specific FIR check lines on declare tests.
1 parent 4495485 commit 1caaec1

File tree

2 files changed

+45
-31
lines changed

2 files changed

+45
-31
lines changed

flang/test/Lower/OpenACC/acc-declare-globals.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
! This test checks lowering of OpenACC declare directive in module specification
22
! part.
33

4-
! RUN: bbc -fopenacc -emit-fir %s -o - | FileCheck %s
54
! RUN: bbc -fopenacc -emit-hlfir %s -o - | FileCheck %s
65

76
module acc_declare_test

0 commit comments

Comments
 (0)