================
@@ -2175,9 +2175,9 @@ void ObjectFileELF::CreateSections(SectionList 
&unified_section_list) {
         InfoOr->Range.GetRangeBase(), // VM address.
         InfoOr->Range.GetByteSize(),  // VM size in bytes of this section.
         header.sh_offset,             // Offset of this section in the file.
-        file_size,         // Size of the section as found in the file.
-        log2align,         // Alignment of the section
-        header.sh_flags)); // Flags for this section.
+        file_size,        // Size of the section as found in the file.
+        log2align,        // Alignment of the section
+        header.sh_flags); // Flags for this section.
----------------
JDevlieghere wrote:

Since you're touching these lines anyway, now would be as good a time as any to 
make this use `/*arg=*/`. 

https://github.com/llvm/llvm-project/pull/210196
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to