================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to