We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b646f3b commit b026317Copy full SHA for b026317
1 file changed
lldb/source/DataFormatters/FormatterBytecode.cpp
@@ -27,7 +27,7 @@ std::string toString(FormatterBytecode::OpCodes op) {
27
return s ? s : #NAME; \
28
}
29
#include "FormatterBytecode.def"
30
-#undef DEFINE_SIGNATURE
+#undef DEFINE_OPCODE
31
32
return llvm::utostr(op);
33
@@ -38,7 +38,7 @@ std::string toString(FormatterBytecode::Selectors sel) {
38
case ID: \
39
return "@" #NAME;
40
41
+#undef DEFINE_SELECTOR
42
43
return "@" + llvm::utostr(sel);
44
0 commit comments