This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Fix cfi_register for float registers.
AbandonedPublic

Authored by danielkiss on Sep 29 2021, 10:05 AM.

Details

Reviewers
mstorsjo
Summary

Relaxing the requirement on the register set because getFloatRegister is not const on arm.

Diff Detail

Event Timeline

danielkiss created this revision.Sep 29 2021, 10:05 AM

This one at least retains the exact same behavior across architectures, but it’s indeed a bit more churn.

Adding the mailing list as subscriber, for visibility

danielkiss abandoned this revision.Oct 1 2021, 7:52 AM

abandon in favour of D110731.