================
@@ -43,6 +43,7 @@ enum class align_val_t : size_t {};
     ReportOutOfMemory(size, &stack);                                           
\
   return res;
 
+#if !SANITIZER_APPLE
----------------
teresajohnson wrote:

How do operator new and delete get intercepted on Apple?

Also, are OPERATOR_NEW_BODY* and OPERATOR_DELETE_BODY* macros needed if these 
interceptors are not included - can the whole thing be put under "#if 
!SANITIZER_APPLE"?

https://github.com/llvm/llvm-project/pull/69640
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to