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

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 10:48:29 PST 2016


rafael added a subscriber: rafael.
rafael added a comment.

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

No?

Cheers,
Rafael


Repository:
  rL LLVM

http://reviews.llvm.org/D16588





More information about the llvm-commits mailing list