Page MenuHomeFreeBSD

Install unwind.h into /usr/include.
ClosedPublic

Authored by jhb on Jan 27 2022, 7:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 2, 10:52 AM
Unknown Object (File)
Thu, May 2, 2:31 AM
Unknown Object (File)
Sat, Apr 27, 4:11 AM
Unknown Object (File)
Sat, Apr 27, 4:11 AM
Unknown Object (File)
Sat, Apr 27, 4:11 AM
Unknown Object (File)
Sat, Apr 27, 2:53 AM
Unknown Object (File)
Fri, Apr 19, 11:14 AM
Unknown Object (File)
Mar 22 2024, 9:09 PM
Subscribers

Details

Summary

Install headers from LLVM's libunwind in place of the headers from
libcxxrt and allow C applications to use the library.

As part of this, remove include/unwind.h and switch libthr over to
using the installed unwind.h.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Errors
SeverityLocationCodeMessage
Errorlib/libc++/Makefile:NAME1Bad Filename
Unit
No Test Coverage
Build Status
Buildable 44126
Build 41014: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 27 2022, 7:37 PM

This is just a small superset of D34005 in that it also deals with include/unwind.h.

This revision is now accepted and ready to land.Feb 9 2022, 9:58 PM

I'm going to commit this, with two minor cosmetic changes:

  • Fill in actual date in ObsoleteFiles.inc
  • Sort INCS list in lib/libgcc_eh/Makefile
This revision was landed with ongoing or failed builds.Feb 11 2022, 12:36 PM
Closed by commit rGc00d34566536: Install unwind.h into /usr/include (authored by jhb, committed by dim). · Explain Why
This revision was automatically updated to reflect the committed changes.

Could you also MFC this to stable/13?

Nevermind, there is MFC note in the commit.

Nevermind, there is MFC note in the commit.

Yeah, though this should bake a little longer than 3 days. I also wonder who is going to get the MFC reminder mail, the author (@jhb) or the committer (me) :)