[flang-commits] [flang] [flang][openacc][NFC] Get rid of use-desc-for-alloc=false option in atomic tests (PR #72291)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Tue Nov 14 12:24:44 PST 2023
================
@@ -1,6 +1,6 @@
! This test checks lowering of atomic and atomic update constructs
-! RUN: bbc --use-desc-for-alloc=false -fopenacc -emit-fir -hlfir=false %s -o - | FileCheck %s
-! RUN: %flang_fc1 -mllvm --use-desc-for-alloc=false -emit-fir -flang-deprecated-no-hlfir -fopenacc %s -o - | FileCheck %s
+! RUN: bbc -fopenacc -emit-fir -emit-fir -hlfir=false %s -o - | FileCheck %s
----------------
razvanlupusoru wrote:
-emit-fir is here twice.
https://github.com/llvm/llvm-project/pull/72291
More information about the flang-commits
mailing list