[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:40 PDT 2024


================
@@ -31,6 +31,7 @@ struct ELFConfig {
   bool KeepFileSymbols = false;
   bool LocalizeHidden = false;
   bool VerifyNoteSections = true;
+  std::optional<uint64_t> MaxHugeSectionOffset;
----------------
jh7370 wrote:

The "Huge" part of this variable name seems unnecessary.

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


More information about the llvm-commits mailing list