2
0
gingerBill 3 долоо хоног өмнө
parent
commit
0ae86dbe87

+ 3 - 0
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;
 	}