[Lldb-commits] [lldb] Draft: [LLDB] Add scalar literal node (PR #147064)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 9 07:28:23 PDT 2025


labath wrote:

Personally, I'd be fine with saying that anytime we start doing arithmetic on something (maybe, whenever we do a lvalue-to-rvalue conversion?) we switch to a "DIL" type system. We could make that "type system" work mostly like C, but I can also imagine doing something like python's "arbitrary width" integers. However, I think we need to hear from Swift folks, as they're the ones most impacted by this.

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


More information about the lldb-commits mailing list