[PATCH] D46850: [DebugInfo] Generate fixups as emitting DWARF .debug_line.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 27 23:15:53 PDT 2018


HsiangKai added a comment.

In https://reviews.llvm.org/D46850#1112452, @probinson wrote:

> It looks to me like the line-table emitted by the new path would be valid.  But I am not comfortable reviewing things related to MCExprs and fragments.


In original implementation, it is not expected to have fixups in MCDwarfLineAddrFragment, so it is derived from MCFragment. However, I want to put fixups in MCDwarfLineAddrFragment, so I change the parent of it to MCEncodedFragmentWithFixups.

Is there any suggestion for the implementation?


Repository:
  rL LLVM

https://reviews.llvm.org/D46850





More information about the llvm-commits mailing list