Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1681: Fix warning about zero-sized FDEs. r=nlewycky a=nlewycky # Description The LLVM implementation of libunwind API will emit a warning when `__register_frame` is called with a zero-size FDE. There's usually only one at the end of a CIE, but just skip any that come up. # Review - [ ] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: nlewycky <[email protected]>
- Loading branch information