codegen: handle lowering of const slice pointers

This commit is contained in:
Jakub Konka
2022-02-10 13:01:23 +01:00
parent f0400ad93e
commit 08e2f5d083
2 changed files with 71 additions and 17 deletions

View File

@@ -230,7 +230,6 @@ pub fn generateSymbol(
return lowerDeclRef(bin_file, src_loc, typed_value, decl, code, debug_output);
},
.slice => {
// TODO populate .debug_info for the slice
const slice = typed_value.val.castTag(.slice).?.data;
// generate ptr