================ @@ -366,12 +367,16 @@ class BinaryWriter : public Writer { uint64_t TotalSize = 0; + std::optional<uint64_t> MaxHugeSectionOffset; ---------------- jh7370 wrote: Same comment as above. https://github.com/llvm/llvm-project/pull/97036