Skip to content

Commit 8ce2d90

Browse files
committed
[lldb] Fix search & replace mistake in IRForTarget comment (NFC)
See 1b95a6f
1 parent 6feb35b commit 8ce2d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ bool IRForTarget::RewriteObjCSelector(Instruction *selector_load) {
742742
// where %obj is the object pointer and %sel is the selector.
743743
//
744744
// @"OBJC_SELECTOR_REFERENCES_" is a pointer to a character array called
745-
// @"\01L_OBJC_llvm_moduleETH_VAR_NAllvm_moduleE_".
746-
// @"\01L_OBJC_llvm_moduleETH_VAR_NAllvm_moduleE_" contains the string.
745+
// @"\01L_OBJC_METH_VAR_NAME_".
746+
// @"\01L_OBJC_METH_VAR_NAME_" contains the string.
747747

748748
// Find the pointer's initializer and get the string from its target.
749749

0 commit comments

Comments
 (0)