We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feb35b commit 8ce2d90Copy full SHA for 8ce2d90
lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
@@ -742,8 +742,8 @@ bool IRForTarget::RewriteObjCSelector(Instruction *selector_load) {
742
// where %obj is the object pointer and %sel is the selector.
743
//
744
// @"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.
+ // @"\01L_OBJC_METH_VAR_NAME_".
+ // @"\01L_OBJC_METH_VAR_NAME_" contains the string.
747
748
// Find the pointer's initializer and get the string from its target.
749
0 commit comments