This is an archive of the discontinued LLVM Phabricator instance.

libunwind: document tested FreeBSD configs and sort OS list
ClosedPublic

Authored by emaste on Oct 13 2017, 12:36 PM.

Details

Summary

libunwind is known to work on FreeBSD/amd64 and FreeBSD/arm64, and is the default unwinder on both of those architectures.

While here sort the OS list.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste created this revision.Oct 13 2017, 12:36 PM

@joerg might have insight on ppc, sparc64, arm on NetBSD.

emaste added a subscriber: bsdjhb.Oct 13 2017, 2:01 PM

@joerg might have insight on ppc, sparc64, arm on NetBSD.

And @bsdjhb for other architectures on FreeBSD.

But I wanted to at least list x86_64 and ARM64 for FreeBSD, where we now have LLVM's libunwind in the base system enabled for those architectures.

FreeBSD/i386 also uses llvm libunwind by default.

mstorsjo accepted this revision.Oct 14 2017, 9:12 AM

Seems ok to me, with whatever other architectures it's verified on as well.

This revision is now accepted and ready to land.Oct 14 2017, 9:12 AM
This revision was automatically updated to reflect the committed changes.