[lldb] Fix typo in SymbolVendorELF
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 06:15:35 +0000 (22:15 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 9 Mar 2023 06:15:36 +0000 (22:15 -0800)
lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp

index 3595966..55a663b 100644 (file)
@@ -111,7 +111,7 @@ SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp,
   SectionList *module_section_list = module_sp->GetSectionList();
   SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList();
 
-  if (!module_section_list || !!objfile_section_list)
+  if (!module_section_list || !objfile_section_list)
     return nullptr;
 
   static const SectionType g_sections[] = {