================
@@ -30,6 +30,46 @@ EXCEPTION_DISPOSITION 
_GCC_specific_handler(PEXCEPTION_RECORD, void *, PCONTEXT,
                                             _Unwind_Personality_Fn);
 #endif
 
+#if __has_include(<ptrauth.h>)
+#include <ptrauth.h>
+#endif
+
+#if defined(__APPLE__) && __has_feature(ptrauth_qualifier)
----------------
ojhunt wrote:

yeah, I wonder if there's any existing precedence for cmake variables the apply 
to all the runtimes?

Also, given some of the other issues you've hit with building don't expend too 
much effort trying to build/test - I need to work out what parts I've managed 
to screw up while building out this PR - some of the issues you've hit seem 
likely to be me screwing up during the preparation of the PR and I don't want 
you folk to slog through issues caused by my muppetry

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

Reply via email to