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)
Fri, Mar 22, 10:24 PM
Unknown Object (File)
Fri, Mar 22, 10:24 PM
Unknown Object (File)
Fri, Mar 22, 10:24 PM
Unknown Object (File)
Mar 8 2024, 7:14 AM
Unknown Object (File)
Jan 6 2024, 5:28 AM
Unknown Object (File)
Jan 6 2024, 5:28 AM
Unknown Object (File)
Jan 6 2024, 5:28 AM
Unknown Object (File)
Jan 4 2024, 8:23 AM
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