Partially revert 3222f95ea8c4de153f908c138cdec178e22acaf4
authorZequan Wu <zequanwu@google.com>
Mon, 13 Jun 2022 20:20:44 +0000 (13:20 -0700)
committerZequan Wu <zequanwu@google.com>
Mon, 13 Jun 2022 20:29:32 +0000 (13:29 -0700)
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

index 1b6083c..891ee15 100644 (file)
@@ -1052,7 +1052,7 @@ uint32_t SymbolFileNativePDB::ResolveSymbolContext(
     for (uint32_t cu_idx = 0, num_cus = GetNumCompileUnits(); cu_idx < num_cus;
          ++cu_idx) {
       CompileUnit *cu = ParseCompileUnitAtIndex(cu_idx).get();
-      if (!cu || cu->GetNumFunctions() == 0)
+      if (!cu)
         continue;
 
       bool file_spec_matches_cu_file_spec = FileSpec::Match(