[llvm] [llvm-objcopy] Add change-section-lma *+/-offset (PR #95431)

Eleanor Bonnici via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 09:19:56 PDT 2024


================
@@ -245,6 +245,9 @@ struct CommonConfig {
   // Symbol info specified by --add-symbol option.
   SmallVector<NewSymbolInfo, 0> SymbolsToAdd;
 
+  // Integer options
+  int64_t ChangeSectionLMAValAll = 0;
----------------
eleanor-arm wrote:

Possibly applicable but not implemented by this patch. I left it there for now, and added more explanation in the commit message and added the option to ConfigManager.cpp 

https://github.com/llvm/llvm-project/pull/95431


More information about the llvm-commits mailing list