[flang-commits] [flang] [flang] Implement lowering for the PAUSE statement (Fixes #166821) (PR #167115)

via flang-commits flang-commits at lists.llvm.org
Thu Nov 20 06:59:45 PST 2025


================
@@ -1,8 +1,29 @@
-! RUN: bbc %s -emit-fir --canonicalize -o - | FileCheck %s
+! RUN: bbc %s -emit-fir -hlfir=false --canonicalize -o - | FileCheck %s
----------------
jeanPerier wrote:

Please do not use `-hlfir=false`, this is a legacy option that we are trying to remove (the only thing preventing us to do that is that many lit tests using `-hlfir=false` needs to be ported.

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


More information about the flang-commits mailing list