Skip to content

BinUtils: Avoid llvm-strip versions older than Clang 11

Brad King requested to merge brad.king/cmake:binutils-llvm-strip into master

Since !6164 (merged) we correctly prefer the more-specific name llvm-strip over strip when using Clang. However, llvm-strip from Clang versions prior to 11 require extra flags to strip everything. Until our install(TARGETS) logic learns to add those flags, avoid using older versions of llvm-strip by default.

Fixes: #22785 (closed)
Backport: release

Merge request reports