[llvm] [llvm-objcopy][ELF] Disable huge section offset (PR #97036)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 01:03: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_huge_section_offset
+ : Eq<"set-max-huge-section-offset",
----------------
jh7370 wrote:
I think "huge" is unnecessary in the option name.
https://github.com/llvm/llvm-project/pull/97036
More information about the llvm-commits
mailing list