mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Previously, we only used `objcopy`, which is not available for some build configurations. With this patch, we not only try to use `objcopy`, but also try to use `llvm-objcopy` if available. This is a follow-up of https://github.com/llvm/llvm-project/pull/156383.