Heavily WIP.
Idea is to not add a dependency on devel/llvm* when base's clang is newer than the version llvm.mk calculated.
- behaviour only affects :build and :run, not :lib.
- behaviour can be turned off by :force.
Differential D37747
framework: make llvm.mk aware of base compilers version not add dependency unnecessarily tcberner on Dec 19 2022, 6:30 PM. Authored by Tags None Referenced Files
Details Heavily WIP. Idea is to not add a dependency on devel/llvm* when base's clang is newer than the version llvm.mk calculated.
Actually test :D
Diff Detail
Event TimelineComment Actions This is a really good idea. The current llvm.mk causes some POLA problems for people who don't have DEFAULT_VERSIONS=llvm=... set, where suddenly llvm90 is being used to build things.
|