[PATCH] D16588: [DebugInfo] Support zero-length CIE in the _eh_frame parser

Igor Laevsky via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 06:23:19 PST 2016


igor-laevsky added a comment.

In http://reviews.llvm.org/D16588#336313, @rafael wrote:

> You should be able to test it by writing a .eh_frame manually. In
>  particularly, the terminator CIE is just
>
> .section .eh_frame
>  .long 0


Yes, actually this works. For some reason I though it shouldn't. Submitted change with a test case.


Repository:
  rL LLVM

http://reviews.llvm.org/D16588





More information about the llvm-commits mailing list