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)
Tue, Oct 29, 8:18 PM
Unknown Object (File)
Fri, Oct 25, 3:57 PM
Unknown Object (File)
Fri, Oct 25, 4:37 AM
Unknown Object (File)
Fri, Oct 18, 6:22 AM
Unknown Object (File)
Mon, Oct 14, 9:49 PM
Unknown Object (File)
Sep 23 2024, 1:04 AM
Unknown Object (File)
Sep 17 2024, 2:54 AM
Unknown Object (File)
Sep 16 2024, 6:31 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.