You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implements multiple fixes to the handling of llvm-config
alternatives:
* Increase alternative priority for new versions. Otherwise we'll
give all versions the same priority. The new one will be something
like 2064 for the 64-bit LLVM 20 llvm-config binary.
* Remove old llvm-config-64/llvm-config-32 alternative. This is
only needed once, so suppress the error.
* Do not remove no longer used llvm-config-64/32 in postun scriptlet.
Instead remove the llvm-config in install_bindir. However, now
that the path will be the same for compat and non-compat LLVM,
only do this on uninstall, not on upgrade.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2361779
0 commit comments