[llvm] [DWARFDump] Make --verify handle all sections by default (PR #81559)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 18:30:19 PST 2024


dwblaikie wrote:

> ```
> 0x0000454e: "__SLONG32_TYPE int"
> ```
> 
> 
>     
>   
> 
> 0x455D points to "int".

It's possible that this is valid DWARF and the verifier is being overly pedantic. This would be a tail merging operation - I don't think LLVM does this, but it's possible that other producers do? 

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


More information about the llvm-commits mailing list