[Lldb-commits] [lldb] [lldb][RISCV] Construct CSR information dynamically (PR #203234)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 13 09:49:13 PDT 2026


================
@@ -8,11 +8,25 @@
 
 #include "RegisterInfoPOSIXDynamic_riscv32.h"
 
+#include "lldb-riscv-register-enums.h"
 #include "lldb/lldb-defines.h"
 #include "llvm/Support/Compiler.h"
 
+#include <iomanip>
+#include <sstream>
----------------
JDevlieghere wrote:

There are now unused, right?
```suggestion
```

https://github.com/llvm/llvm-project/pull/203234


More information about the lldb-commits mailing list