[PATCH] D38680: [libunwind] Fix handling of DW_CFA_GNU_args_size

Will Dietz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 19 18:29:35 PDT 2017


dtzWill added a comment.

Wow, I've finally debugged some unwind failures to this on x86_64 Linux ...

1. Call-frame optimization introduces it
2. This fixes the cases I was investigating!!

Thank you!


https://reviews.llvm.org/D38680





More information about the cfe-commits mailing list