[PATCH] D55407: [COFF]Correct .eh_frame name, let llvm tools such as llvm-dwarfdump can dump .eh_frame info

Peiyuan Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 00:55:31 PST 2018


SquallATF added a comment.

In D55407#1322626 <https://reviews.llvm.org/D55407#1322626>, @mstorsjo wrote:

> Oh, and also, please add a test case. That should probably be easy to do with yaml2obj.


Writing this test case is too difficult for me. I have update patch by override `mapDebugSectionName` like `MachOObjectFile` <https://github.com/llvm-mirror/llvm/blob/c7d9aac7182fec29979a86e544d44e441a76cc0b/lib/Object/MachOObjectFile.cpp#L4623>  done.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55407





More information about the llvm-commits mailing list