[Lldb-commits] [lldb] [LLDB] Add type casting to DIL. (PR #159500)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 29 08:23:41 PDT 2025


kuilpd wrote:

> Swift does have builtin types, they just aren't exposed to the user directly. 

@jimingham 
Ah, I see. Well, then we can still check for builtin types first, and when it comes to implementing `GetBuiltinTypeByName` in `TypeSystemSwift` for DIL, you can decide whether you want to allow users to lookup builtin types or leave that function empty.

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


More information about the lldb-commits mailing list