Page MenuHomeFreeBSD

Don't default MK_LLVM_TARGET_ALL to yes unless MK_CLANG is requested
ClosedPublic

Authored by arichardson on Jul 5 2021, 5:39 PM.
Tags
None
Referenced Files
F107285289: D31059.diff
Sat, Jan 11, 11:52 PM
Unknown Object (File)
Dec 9 2024, 9:58 PM
Unknown Object (File)
Dec 4 2024, 9:26 PM
Unknown Object (File)
Oct 29 2024, 8:18 PM
Unknown Object (File)
Oct 25 2024, 3:57 PM
Unknown Object (File)
Oct 25 2024, 4:37 AM
Unknown Object (File)
Oct 18 2024, 6:22 AM
Unknown Object (File)
Oct 14 2024, 9:49 PM
Subscribers

Details

Summary

When building -DWITH_LLVM_BINUTILS -DWITHOUT_CLANG, this avoids
building a few hundred C++ source files that should not be needed
by default.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40314
Build 37203: arc lint + arc unit

Event Timeline

LGTM, but give @dim a day or so to weigh in.

This revision is now accepted and ready to land.Jul 16 2021, 2:39 AM

LGTM, but give @dim a day or so to weigh in.

I guess we could also condition this on MK_CLANG|| MK_LLD but I'm not sure src.opts.mk is flexible enough.