This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] Restore arch specific lastDwarfRegNum in builds without _LIBUNWIND_IS_NATIVE_ONLY
ClosedPublic

Authored by mstorsjo on Oct 27 2017, 12:47 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Oct 27 2017, 12:47 PM
compnerd accepted this revision.Oct 27 2017, 4:00 PM

This is fine, although, how does the cross-unwinding work without the remote address space support?

This revision is now accepted and ready to land.Oct 27 2017, 4:00 PM

This is fine, although, how does the cross-unwinding work without the remote address space support?

No idea - I also was under the impression that it wasn't actually useful but mostly theoretical/planned in the codebase. Luckily this patch doesn't make things much uglier for the normal/native case.

This revision was automatically updated to reflect the committed changes.