================
@@ -11193,6 +11193,7 @@ bool Sema::CheckDestructor(CXXDestructorDecl 
*Destructor) {
             FindDeallocationFunctionForDestructor(Loc, RD, /*Diagnose*/ false,
                                                   /*LookForGlobal*/ true, 
Name);
         Destructor->setOperatorGlobalDelete(GlobalOperatorDelete);
+        MarkFunctionReferenced(Loc, GlobalOperatorDelete);
----------------
Fznamznon wrote:

Okay, added a check.

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

Reply via email to