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
Unknown Object (File)
Fri, Mar 29, 1:35 AM
Unknown Object (File)
Mar 7 2024, 2:47 PM
Unknown Object (File)
Feb 23 2024, 9:59 AM
Unknown Object (File)
Jan 13 2024, 11:52 PM
Unknown Object (File)
Dec 20 2023, 3:28 AM
Unknown Object (File)
Dec 14 2023, 3:37 PM
Unknown Object (File)
Dec 12 2023, 1:47 AM
Unknown Object (File)
Sep 18 2023, 6:03 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.