[llvm] [DebugMetadata][DwarfDebug][CodeView] Support function-local static variables in lexical block scopes (6/7) (PR #187927)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 24 00:02:36 PDT 2026
================
@@ -0,0 +1,145 @@
+; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s
+
+; inline __attribute__((always_inline))
----------------
MaskRay wrote:
Consider https://llvm.org/docs/TestingGuide.html#elaborated-tests to make this easier to update
https://github.com/llvm/llvm-project/pull/187927
More information about the llvm-commits
mailing list