[Lldb-commits] [lldb] [LLDB][NativePDB] Consolidate simple types (PR #163209)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 14 16:59:31 PDT 2025
================
@@ -985,16 +990,27 @@ lldb_private::npdb::GetCompilerTypeForSimpleKind(SimpleTypeKind kind) {
return lldb::eBasicTypeVoid;
case SimpleTypeKind::WideCharacter:
return lldb::eBasicTypeWChar;
- default:
+
+ // unsupported
----------------
JDevlieghere wrote:
```suggestion
// Not supported.
```
https://github.com/llvm/llvm-project/pull/163209
More information about the lldb-commits
mailing list