================
@@ -423,22 +458,32 @@ llvm::Error Interpret(ControlStack &control, DataStack 
&data, Signatures sig) {
       data.Push(~data.Pop<uint64_t>());
       continue;
     case op_eq:
-      BINOP(==);
+#define CMPOP(OP)                                                              
\
----------------
Michael137 wrote:

Could this be a helper function instead of an inline macro?

https://github.com/llvm/llvm-project/pull/210171
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to