[llvm] [llvm-objcopy] Add --change-section-address (PR #98664)
Eleanor Bonnici via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 08:39:57 PDT 2024
================
@@ -745,6 +745,52 @@ static Error handleArgs(const CommonConfig &Config, const ELFConfig &ELFConfig,
}
}
+ if (!Config.ChangeSectionAddress.empty()) {
----------------
eleanor-arm wrote:
I made some updates (not pushed yet) to get it down to 5 levels without this suggestion. I thought there might be an algorithm to generate a Cartesian product of two iterators in one of those but it doesn't look like there is.
https://github.com/llvm/llvm-project/pull/98664
More information about the llvm-commits
mailing list