[Lldb-commits] [lldb] [lldb] Fix TypeSystemClang::GetBasicTypeEnumeration for 128-bit int types (PR #162278)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 9 11:20:25 PDT 2025


https://github.com/clayborg commented:

This looks ok, but I think we should leave the old typename mappings in to make sure we don't break anyone's scripts that might be using the `__int128_t` or `__uint128_t`

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


More information about the lldb-commits mailing list