[llvm] [llvm-objcopy][ELF] Disable huge section offset (PR #97036)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 00:59:46 PDT 2024


================
@@ -146,6 +146,12 @@ def extract_main_partition
     : Flag<["--"], "extract-main-partition">,
       HelpText<"Extract main partition from the input file">;
 
+defm set_max_section_offset
+    : Eq<"set-max-section-offset",
----------------
jh7370 wrote:

Looking at this again, I think `set` can be dropped from the option name too.

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


More information about the llvm-commits mailing list