[Lldb-commits] [lldb] [lldb][RISCV] Handle subsets of CSRs in RV32 core dump images (PR #142932)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 09:10:05 PST 2026
================
@@ -8,13 +8,14 @@
#ifdef DECLARE_REGISTER_INFOS_RISCV32_STRUCT
-#include "Utility/RISCV_DWARF_Registers.h"
-#include "lldb-riscv-register-enums.h"
+#include <stddef.h>
----------------
JDevlieghere wrote:
System include [should come last](https://llvm.org/docs/CodingStandards.html#include-style)
https://github.com/llvm/llvm-project/pull/142932
More information about the lldb-commits
mailing list