[flang-commits] [clang] [compiler-rt] [flang] [llvm] [mlir] [DebugMetadata][DwarfDebug][CodeView] Support function-local static variables in lexical block scopes (6/7) (PR #187927)
Kristina Bessonova via flang-commits
flang-commits at lists.llvm.org
Fri Jul 3 12:57:07 PDT 2026
================
@@ -2124,6 +2124,10 @@ class DICompileUnit : public DIScope {
}
public:
+ constexpr static unsigned GLOBALS_IDX = 6;
----------------
chbessonova wrote:
My bad, I misread the code. I initially thought these were new globals, but I now see they're class members. My previous comment was based on that incorrect interpretation. Please disregard it.
https://github.com/llvm/llvm-project/pull/187927
More information about the flang-commits
mailing list