Page MenuHomeFreeBSD

Move libunwind out of contrib/llvm/projects.
ClosedPublic

Authored by jhb on Mar 10 2019, 10:09 PM.
Tags
None
Referenced Files
F151674155: D19534.diff
Thu, Apr 9, 10:43 PM
Unknown Object (File)
Thu, Apr 2, 4:29 PM
Unknown Object (File)
Wed, Apr 1, 5:30 AM
Unknown Object (File)
Thu, Mar 19, 7:23 AM
Unknown Object (File)
Tue, Mar 17, 5:21 AM
Unknown Object (File)
Mar 8 2026, 4:25 PM
Unknown Object (File)
Mar 8 2026, 4:24 PM
Unknown Object (File)
Mar 7 2026, 10:00 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