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
F150264888: D31059.diff
Mon, Mar 30, 6:02 PM
Unknown Object (File)
Wed, Mar 25, 7:59 AM
Unknown Object (File)
Mon, Mar 23, 10:43 PM
Unknown Object (File)
Fri, Mar 20, 3:58 AM
Unknown Object (File)
Wed, Mar 18, 6:47 AM
Unknown Object (File)
Wed, Mar 18, 6:47 AM
Unknown Object (File)
Wed, Mar 18, 6:47 AM
Unknown Object (File)
Thu, Mar 12, 4:17 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.