[llvm] [clang-tools-extra] [clang] [llvm-objcopy] Add --gap-fill and --pad-to options (PR #65815)

James Henderson via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 00:57:08 PDT 2023


================
@@ -2636,30 +2636,30 @@ template <class ELFT> Error ELFWriter<ELFT>::finalize() {
 }
 
 Error BinaryWriter::write() {
-  SmallVector<const SectionBase *, 30> LoadableSections;
+  SmallVector<const SectionBase *, 30> BitsSections;
----------------
jh7370 wrote:

Without knowing the code around it, I wouldn't know what `BitsSections` means. How about `SectionsToWrite`?

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


More information about the cfe-commits mailing list