[Lldb-commits] [clang] [lldb] [UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (PR #154618)

Thurston Dang via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 26 14:04:37 PDT 2025


thurstond wrote:

> Don't want to derail the review of this PR too much, but I am curious about the debug-info increase. A breakdown of section size increases would be interesting, if those are available. 

Output from bloaty:

```
    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +419%  +217Mi  [ = ]       0    .debug_rnglists
 +12e2%  +203Mi  [ = ]       0    .debug_info
   +21%  +132Mi  [ = ]       0    .debug_line
  +281% +24.6Mi  [ = ]       0    .debug_str
  +428% +7.37Mi  [ = ]       0    .debug_str_offsets
   +36%  +455Ki  [ = ]       0    .debug_abbrev
  +0.1%  +212Ki  [ = ]       0    .gdb_index
  +0.1% +60.5Ki  [ = ]       0    .debug_addr
  -0.2%      -2  [ = ]       0    .debug_gala_lldb_scripts
   +17%  +586Mi  [ = ]       0    TOTAL
```

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


More information about the lldb-commits mailing list