[PATCH] D107707: [MC][ELF] Do not error on parsing .debug_* section directive for MIPS

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 8 12:26:16 PDT 2021


atanasyan added a comment.

In D107707#2933312 <https://reviews.llvm.org/D107707#2933312>, @MaskRay wrote:

>> MIPS .debug_* sections should have SHT_MIPS_DWARF section type to distinguish among sections contain DWARF and ECOFF debug formats
>
> If SHT_PROGBITS is a valid value, now what's the value keeping using SHT_MIPS_DWARF?

As usual for MIPS the main reason is compatibility with other tools.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107707



More information about the llvm-commits mailing list