lldb: Fixes for AMDGPU builtin added in ad599211a7

This commit is contained in:
David Blaikie
2024-06-19 05:52:44 +00:00
parent 1c9a81b2bd
commit 67a8b8838d

View File

@@ -5059,6 +5059,11 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
case clang::BuiltinType::UnresolvedTemplate:
break;
// AMD GPU builtin types.
#define AMDGPU_TYPE(Name, Id, SingletonId) case clang::BuiltinType::Id:
#include "clang/Basic/AMDGPUTypes.def"
break;
}
break;
// All pointer types are represented as unsigned integer encodings. We may