[PATCH] D81469: [DebugInfo/DWARF] - Report .eh_frame sections of version != 1.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 03:14:16 PDT 2020


grimar added a comment.

One more way to have a single test right now is to use yaml2obj instead of llvm-mc.

With it I'll need to specify a binary blob for the section content though.
(yaml2obj doesn't fully support the .eh_frame section yet I believe)

I.e. it will look like:

  Sections:
    - Name: .eh_frame
      Type: SHT_PROGBITS
  ## A comment describing the content.
      Content: "001122334455"

Should I do it?


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

https://reviews.llvm.org/D81469





More information about the llvm-commits mailing list