Page MenuHomeFreeBSD

retire LLVM_LIBUNWIND option
ClosedPublic

Authored by emaste on Jan 10 2020, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 6:26 AM
Unknown Object (File)
Fri, Nov 8, 11:05 AM
Unknown Object (File)
Oct 16 2024, 9:47 PM
Unknown Object (File)
Oct 11 2024, 5:51 AM
Unknown Object (File)
Sep 28 2024, 9:55 AM
Unknown Object (File)
Sep 28 2024, 8:31 AM
Unknown Object (File)
Sep 28 2024, 8:20 AM
Unknown Object (File)
Sep 24 2024, 12:00 AM
Subscribers

Details

Summary

LLVM's libunwind is (will be) used on all CPU architectures.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste added inline comments.
lib/Makefile
180–181

move these into the main list (but I need to make sure there isn't some ordering problem)

share/mk/src.opts.mk
390

oops this PR reference should go too

targets/pseudo/userland/gnu/Makefile.depend
41–42

not sure why this empty block is here, it could be cleaned up now

brooks added a subscriber: brooks.
brooks added inline comments.
lib/Makefile
180–181

Hmm, moving this up to line 101 should be safe since everything between doesn't add to SUBDIR or is added later as SUBDIR.yes. IIRC, we do have an occasional race involving libgcc_s IIRC, but I don't think anyone has managed to track it down.

This revision is now accepted and ready to land.Jan 10 2020, 10:13 PM

move libgcc_eh/libgcc_s into main list

This revision now requires review to proceed.Jan 13 2020, 2:46 PM
This revision was not accepted when it landed; it landed in state Needs Review.Feb 29 2020, 12:44 PM
This revision was automatically updated to reflect the committed changes.