================
@@ -1046,7 +1046,8 @@ class ConstantPtrAuth final : public Constant {
public:
/// Return a pointer signed with the specified parameters.
LLVM_ABI static ConstantPtrAuth *get(Constant *Ptr, ConstantInt *Key,
- ConstantInt *Disc, Constant *AddrDisc);
+ ConstantInt *Disc, Constant *AddrDisc,
+ Constant *DeactivationSymbol);
----------------
ahmedbougacha wrote:
You don't have to do this here, but we probably should make the optional
operands (in textual IR) optional here as well, and implicitly make them null?
Now that I think about it, I'm not sure how idiomatic that would be
https://github.com/llvm/llvm-project/pull/133537
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits