Page MenuHomeFreeBSD

Move libunwind out of contrib/llvm/projects.
ClosedPublic

Authored by jhb on Mar 10 2019, 10:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 7:12 PM
Unknown Object (File)
Wed, Apr 29, 8:11 AM
Unknown Object (File)
Mon, Apr 27, 8:35 PM
Unknown Object (File)
Mon, Apr 27, 5:38 PM
Unknown Object (File)
Apr 25 2026, 7:06 PM
Unknown Object (File)
Apr 19 2026, 5:56 PM
Unknown Object (File)
Apr 9 2026, 10:43 PM
Unknown Object (File)
Apr 2 2026, 4:29 PM
Subscribers

Details

Summary

Move LLVM's libunwind to its own contrib/ directory similar to other
runtime libraries like libc++ and libcxxrt.

Test Plan
  • make universe

I will take a shot at updating it to the latest imported version as the
next step after this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23018
Build 22090: arc lint + arc unit

Event Timeline

LGTM although this rather disrupts the work I have been doing in D19529. If you want to take over updating libunwind I'll be glad though. :-)

This revision is now accepted and ready to land.Mar 11 2019, 6:41 AM
  • Update after dim@ merged in libunwind changes.
This revision now requires review to proceed.Mar 11 2019, 11:24 PM

So this is just svn mv + path change in lib/libgcc_eh/Makefile.inc? Fine with me.

So this is just svn mv + path change in lib/libgcc_eh/Makefile.inc? Fine with me.

Yes. I did take the opportunity to purge some mergeinfo from the directory as well. All that it has in the new location is mergeinfo from vendor/llvm/dist/projects/libunwind and vendor/libunwind-llvm/dist

This revision is now accepted and ready to land.Mar 12 2019, 4:03 PM