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

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:18:26 PST 2016


pete accepted this revision.
pete added a comment.
This revision is now accepted and ready to land.

I took a look at the code in LLVM to emit the eh_frame's and there are paths in there that would allow us to get an eh_frame emitted with omitted LSDA's.  I can't really get my head around what it would take to write a test for that either, but the code being able to emit such a thing means I think its good to support it in the parser too.

So after all that, LGTM :)


Repository:
  rL LLVM

http://reviews.llvm.org/D16588





More information about the llvm-commits mailing list