[Lldb-commits] [PATCH] D117623: [lldb] Print an error message when we're reading libobjc.A.dylib from memory

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 18 16:06:10 PST 2022


JDevlieghere added inline comments.


================
Comment at: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp:2377-2378
+    stream->Printf(
+        "warning: libobjc.A.dylib is being read from memory instead of the %s"
+        "shared cache. This will likely reduce performance.\n",
+        shared_cache_type);
----------------
Let's bikeshed about the wording!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117623/new/

https://reviews.llvm.org/D117623



More information about the lldb-commits mailing list