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

via flang-commits flang-commits at lists.llvm.org
Tue Nov 25 01:30:16 PST 2025


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

`-hlfir=false` made it back, please remove it.

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


More information about the flang-commits mailing list