add todo on struct name generator

This commit is contained in:
2025-10-18 23:29:31 +05:30
parent 079ceaa0d6
commit 5512bf52e4

View File

@ -142,6 +142,7 @@ class IRGenerator:
index: int = 0,
containing_type_size: int = 0,
) -> str:
# TODO: Does not support Unions as well as recursive pointer and array type naming
if is_indexed:
name = (
"llvm."