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, Jun 15, 5:10 PM
Unknown Object (File)
Mon, Jun 15, 2:21 PM
Unknown Object (File)
Mon, Jun 1, 12:16 AM
Unknown Object (File)
May 11 2026, 7:12 PM
Unknown Object (File)
Apr 29 2026, 8:11 AM
Unknown Object (File)
Apr 27 2026, 8:35 PM
Unknown Object (File)
Apr 27 2026, 5:38 PM
Unknown Object (File)
Apr 25 2026, 7:06 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