[flang-commits] [flang] [flang] Represent use statement in fir. (PR #168106)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Fri Jan 2 03:30:19 PST 2026


================
@@ -0,0 +1,80 @@
+! RUN: %flang_fc1 -emit-fir -debug-info-kind=standalone %s -o - | FileCheck %s --check-prefix=WITH_DEBUG
+! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s --check-prefix=NO_DEBUG
+! RUN: %flang_fc1 -emit-fir -debug-info-kind=line-tables-only %s -o - | FileCheck %s --check-prefix=NO_DEBUG
----------------
abidh wrote:

Thanks for explaining it. I was not aware of this point. I have updated PR to use -emit-hlfir.

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


More information about the flang-commits mailing list