| author | |
| committer | |
| log | d0b59f20ab3285b11c5e8a8201991dc5fc90b3c9 |
| tree | f69b457498f58bf51b9d32df836ed4194c51e638 |
| parent | 0b6cf0aa637b5cd7551aca295832f06d56315921 |
1 files changed, 1 insertions(+), 0 deletions(-)
src/analyze.cpp+1| ... | ... | @@ -1362,6 +1362,7 @@ static void resolve_struct_type(CodeGen *g, TypeTableEntry *struct_type) { |
| 1362 | 1362 | |
| 1363 | 1363 | if (struct_type->zero_bits) { |
| 1364 | 1364 | struct_type->type_ref = LLVMVoidType(); |
| 1365 | ZigLLVMReplaceTemporary(g->dbuilder, struct_type->di_type, g->builtin_types.entry_void->di_type); | |
| 1365 | 1366 | struct_type->di_type = g->builtin_types.entry_void->di_type; |
| 1366 | 1367 | return; |
| 1367 | 1368 | } |