[PATCH] D94735: CGDebugInfo: Drop unneeded line number for FlagFwdDecl declarations

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 14 17:38:15 PST 2021


MaskRay added a comment.

diff

  -  [30] .debug_abbrev     PROGBITS        0000000000000000 ec7533c 616a22 00      0   0  1
  -  [31] .debug_info       PROGBITS        0000000000000000 f28bd5e 50f9770b 00      0   0  1
  -  [32] .debug_ranges     PROGBITS        0000000000000000 60223469 285e9b0 00      0   0  1
  -  [33] .debug_str        PROGBITS        0000000000000000 62a81e19 ce211e0 01  MS  0   0  1
  -  [34] .debug_line       PROGBITS        0000000000000000 6f8a2ff9 8a5ea2d 00      0   0  1
  -  [35] .symtab           SYMTAB          0000000000000000 78301a28 156db60 18     37 821346  8
  -  [36] .shstrtab         STRTAB          0000000000000000 7986f588 000168 00      0   0  1
  -  [37] .strtab           STRTAB          0000000000000000 7986f6f0 69ab553 00      0   0  1
  +  [30] .debug_abbrev     PROGBITS        0000000000000000 ec7533c 618ce4 00      0   0  1
  +  [31] .debug_info       PROGBITS        0000000000000000 f28e020 50f97700 00      0   0  1
  +  [32] .debug_ranges     PROGBITS        0000000000000000 60225720 285e9b0 00      0   0  1
  +  [33] .debug_str        PROGBITS        0000000000000000 62a840d0 ce211e0 01  MS  0   0  1
  +  [34] .debug_line       PROGBITS        0000000000000000 6f8a52b0 8a5ea2d 00      0   0  1
  +  [35] .symtab           SYMTAB          0000000000000000 78303ce0 156db60 18     37 821346  8
  +  [36] .shstrtab         STRTAB          0000000000000000 79871840 000168 00      0   0  1
  +  [37] .strtab           STRTAB          0000000000000000 798719a8 69ab553 00      0   0  1

.debug_info is too large... I don't know how to compare it more effectively.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94735/new/

https://reviews.llvm.org/D94735



More information about the cfe-commits mailing list