[llvm] [llvm-objcopy] Add change-section-lma *+/-offset (PR #95431)
Eleanor Bonnici via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 03:58:48 PDT 2024
================
@@ -299,6 +299,10 @@ them.
Allow :program:`llvm-objcopy` to remove sections even if it would leave invalid
section references. Any invalid sh_link fields will be set to zero.
+.. option:: --change-section-lma \*{+-}<val>
+
+ Shift LMA of non-zero-sized sections in the program header table by ``<val>``
----------------
eleanor-arm wrote:
Added this suggestion to **Fixup3**
https://github.com/llvm/llvm-project/pull/95431
More information about the llvm-commits
mailing list