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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
