]> git.ipfire.org Git - thirdparty/kmod.git/commit
scripts/sanitizer-env.sh: support new clang 19 DSO
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 1 Nov 2024 13:32:07 +0000 (13:32 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 7 Nov 2024 17:07:41 +0000 (11:07 -0600)
commitc7686797fc0ed65a56e025773b313641f2bf709b
treefa0638b225094ac4554a58360bdf543be36e71e8
parent870aa6fe9921456c57daf4ee5cf17aece327b544
scripts/sanitizer-env.sh: support new clang 19 DSO

Seemingly with version 19, the CPU arch was dropped from the DSO name.
Try that and fallback to the old one, as applicable.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/219
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
scripts/sanitizer-env.sh