aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend_debug.cpp
diff options
context:
space:
mode:
authorelusivePorpoise <95202750+elusivePorpoise@users.noreply.github.com>2022-10-11 02:20:30 -0700
committerGitHub <noreply@github.com>2022-10-11 02:20:30 -0700
commit721486f875032047b13b1a3b5dda3201951e1d3a (patch)
tree97def1f4a86eb267919b4a90862d33724e7964b6 /src/llvm_backend_debug.cpp
parent8b06fd093518c01c896e4eb2bcb271a5bc593b7e (diff)
parent29f2ecd2280106cb917ed2e2d5eb0be3448d3c5c (diff)
Merge branch 'odin-lang:master' into master
Diffstat (limited to 'src/llvm_backend_debug.cpp')
-rw-r--r--src/llvm_backend_debug.cpp1
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: