[Lldb-commits] [lldb] [LLDB][LoongArch] Add LSX and LASX register definitions and operations (PR #120664)
Lu Weining via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 20 01:53:31 PST 2024
================
@@ -27,6 +27,14 @@
// struct iovec definition
#include <sys/uio.h>
+#ifndef NT_LARCH_LSX
----------------
SixWeining wrote:
Why not use the `NT_LOONGARCH_LSX` defined in elf.h?
https://github.com/llvm/llvm-project/pull/120664
More information about the lldb-commits
mailing list