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

Matej Košík via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 10 01:15:02 PDT 2025


================
@@ -851,6 +851,8 @@ lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) {
       // "int128"
       {"__int128_t", eBasicTypeInt128},
       {"__uint128_t", eBasicTypeUnsignedInt128},
----------------
sedymrak wrote:

I've pushed a commit that can adds (hopefully) relevant information in this matter.

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


More information about the lldb-commits mailing list