[PATCH] D44494: [libunwind] Support __register_frame with a full .eh_frame section

Joerg Sonnenberger via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 30 10:22:34 PDT 2018


joerg added a comment.

The "struct object" is an implementation detail of the unwind implementation. You are guaranteed historically to get at least 8 longs / 8 pointers for internal use statically allocated in each object. What is stored inside is up to the unwind implementation.


https://reviews.llvm.org/D44494





More information about the cfe-commits mailing list