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)
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
Unknown Object (File)
Sep 23 2024, 1:04 AM
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.