diff options
| author | gingerBill <bill@gingerbill.org> | 2022-10-10 21:49:03 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-10-10 21:49:03 +0100 |
| commit | 970ac226479d84889e83f7451d34b5d566e71400 (patch) | |
| tree | bf0bea953013b40ec092ce83de2431fb43616aa9 /src/llvm_backend_debug.cpp | |
| parent | 419eab50590ded8777f55f5b29306201a85162c5 (diff) | |
| parent | fc06c8ed9f647f8dc38c0b89ba64e282bf111163 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/llvm_backend_debug.cpp')
| -rw-r--r-- | src/llvm_backend_debug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llvm_backend_debug.cpp b/src/llvm_backend_debug.cpp index ee2e03739..29b0ab488 100644 --- a/src/llvm_backend_debug.cpp +++ b/src/llvm_backend_debug.cpp @@ -293,6 +293,7 @@ LLVMMetadataRef lb_debug_type_internal(lbModule *m, Type *type) { case Type_Named: GB_PANIC("Type_Named should be handled in lb_debug_type separately"); + case Type_SoaPointer: case Type_Pointer: return LLVMDIBuilderCreatePointerType(m->debug_builder, lb_debug_type(m, type->Pointer.elem), word_bits, word_bits, 0, nullptr, 0); case Type_MultiPointer: |