================ @@ -3802,9 +3817,9 @@ std::optional<DataExtractor> ObjectFileELF::GetDynstrData() { // the section. if (Section *dynstr = section_list->FindSectionByID(header->sh_link).get()) { - DataExtractor data; + DataExtractor data; if (ReadSectionData(dynstr, data)) - return data; + return data; ---------------- labath wrote:
It looks like something went wrong with the formatting here. https://github.com/llvm/llvm-project/pull/101237 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits