Skip to content

Commit 2189bcf

Browse files
committed
fixup! fixup! [lldb] Adapt shared cache ObjC class metadata extraction for long term growth
1 parent 096ec4b commit 2189bcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,8 +2509,8 @@ AppleObjCRuntimeV2::SharedCacheClassInfoExtractor::UpdateISAToDescriptorMap() {
25092509
}
25102510
} while (num_class_infos_read == max_num_classes_in_buffer);
25112511
} else if (log) {
2512-
LLDB_LOGF(log, "Error writing function arguments.");
2513-
diagnostics.Dump(log);
2512+
LLDB_LOGF(log, "Error writing function arguments.");
2513+
diagnostics.Dump(log);
25142514
}
25152515

25162516
LLDB_LOG(log, "Processed {0} Objective-C classes total from the shared cache",

0 commit comments

Comments
 (0)