Skip to content

lisa._kmod: Give priority to bare "clang" over "clang-XYZ"

Douglas Raillard requested to merge douglas-raillard-arm/lisa:_pr0000012 into main

FIX

If the version of the bare "clang" binary as reported by "clang --version" is equally good, give priority to it over a "clang-XYZ" binary. This improves compatibility with setups that use an unversioned name like GKI prebuilt toolchains, or other custom builds available in PATH that would not have bothered giving clang a special name.

Merge request reports