From 0ae86dbe879ed58a4ca2220abf69b82f715eec35 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 25 Sep 2025 12:10:18 +0100 Subject: Ignore further --- src/llvm_backend_const.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/llvm_backend_const.cpp') diff --git a/src/llvm_backend_const.cpp b/src/llvm_backend_const.cpp index 39e2024b0..aa5696ba3 100644 --- a/src/llvm_backend_const.cpp +++ b/src/llvm_backend_const.cpp @@ -754,6 +754,9 @@ gb_internal LLVMValueRef lb_construct_const_union(lbModule *m, LLVMValueRef vari } } + return nullptr; + } else { + // TODO(bill): ignore this for the time being return nullptr; } -- cgit v1.2.3