================
@@ -94,7 +94,7 @@ bool SemaARM::BuiltinARMMemoryTaggingCall(unsigned BuiltinID,
if (!SecArgType->isIntegerType())
return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_integer)
<< "second" << SecArgType << Arg1->getSourceRange();
- TheCall->setType(Context.IntTy);
+ TheCall->setType(Context.LongLongTy);
----------------
igorkudrin wrote:
I've updated the prototypes, so now setting the return type explicitly is not
required.
https://github.com/llvm/llvm-project/pull/196481
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits