[llvm] [llvm-debuginfo-analyzer] Remove `LVScope::Children` container (PR #144750)

Javier Lopez-Gomez via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 05:53:14 PDT 2025


================
@@ -37,17 +37,16 @@
 ; ONE-NEXT: [004]           {Code} 'movl	-0x14(%rbp), %eax'
 ; ONE-NEXT: [003]           {Code} 'movl	-0x4(%rbp), %eax'
 ; ONE-NEXT: [003]     4     {TypeAlias} 'INTEGER' -> 'int'
-; ONE-NEXT: [004]     5     {Variable} 'CONSTANT' -> 'const INTEGER'
----------------
jalopezg-git wrote:

This seems like a bug, as it is actually printed for one of the files in the test (`test-dwarf-gcc.o`), but not for the other (`'01-wasm-compare-logical-elements.test.tmp.test-clang.o`).  I am still investigating the issue...

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


More information about the llvm-commits mailing list