================
@@ -18,6 +18,10 @@
 
 #include "lldb/Host/windows/windows.h"
 
+#if defined(PF_ARM_SVE_INSTRUCTIONS_AVAILABLE)
----------------
efriedma-quic wrote:

In other places in LLVM, we `#define PF_ARM_SVE_INSTRUCTIONS_AVAILABLE 46` so 
the behavior doesn't depend on the SDK version.  Can you do something similar 
here?

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

Reply via email to