Skip to content

BinUtils: Avoid llvm-objcopy versions older than Clang 9 as it does not match GNU objcopy interface

Prior to version 9.0 llvm-objcopy is missing --only-keep-debug option, which makes it incompatible with the GNU objcopy. Source: https://github.com/llvm/llvm-project/commit/5ad0103d8a04cb066dfae4fc20b0dfcd9413f4d4

Backport: release
Topic-rename: binutils-objcopy

Edited by Brad King

Merge request reports