[llvm] [llvm-objcopy][ELF] Disable huge section offset (PR #97036)
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 02:10:41 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",
----------------
djtodoro wrote:
Hmm, I agree, thanks.
https://github.com/llvm/llvm-project/pull/97036
More information about the llvm-commits
mailing list