================
@@ -27,6 +27,14 @@
 // struct iovec definition
 #include <sys/uio.h>
 
+#ifndef NT_LARCH_LSX
----------------
DavidSpickett wrote:

Our usual pattern is:
```
#ifndef THE_MACRO
#define THE_MACRO the_value_it_is_in_the_latest_kernel_headers
#endif
```
This allows you to build with older kernel headers.

So I agree that the name used should match that in the Linux kernel.

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

Reply via email to