[Lldb-commits] [PATCH] D149213: [lldb] Add basic support for Rust enums in TypeSystemClang

Tom Tromey via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 20 13:54:42 PDT 2023


tom.tromey added a comment.

> Apart from just implementing type system itself (which is much bigger scope than this change) there are other non-trivial issues:
>
> 1. There is no "compiler-as-a-service" in Rust so getting expressions to work is non-trivial. An interpreter of some sort needs to be built with subset of Rust support

My work also included a parser for some Rust expressions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149213/new/

https://reviews.llvm.org/D149213



More information about the lldb-commits mailing list