Author: Dave Lee Date: 2023-06-27T18:38:01-07:00 New Revision: 8ce2d90f1e80cf2665c2d27fc73d7d76eca91a5f
URL: https://github.com/llvm/llvm-project/commit/8ce2d90f1e80cf2665c2d27fc73d7d76eca91a5f DIFF: https://github.com/llvm/llvm-project/commit/8ce2d90f1e80cf2665c2d27fc73d7d76eca91a5f.diff LOG: [lldb] Fix search & replace mistake in IRForTarget comment (NFC) See 1b95a6ff95a279de27d5f63de8d67a731f280b44 Added: Modified: lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp Removed: ################################################################################ diff --git a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp index 6fe46295770f8..bb7d860d61a2a 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp @@ -742,8 +742,8 @@ bool IRForTarget::RewriteObjCSelector(Instruction *selector_load) { // where %obj is the object pointer and %sel is the selector. // // @"OBJC_SELECTOR_REFERENCES_" is a pointer to a character array called - // @"\01L_OBJC_llvm_moduleETH_VAR_NAllvm_moduleE_". - // @"\01L_OBJC_llvm_moduleETH_VAR_NAllvm_moduleE_" contains the string. + // @"\01L_OBJC_METH_VAR_NAME_". + // @"\01L_OBJC_METH_VAR_NAME_" contains the string. // Find the pointer's initializer and get the string from its target. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits