Skip to content

Commit 5512bf5

Browse files
add todo on struct name generator
1 parent 079ceaa commit 5512bf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonbpf/vmlinux_parser/ir_gen/ir_generation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def _struct_name_generator(
142142
index: int = 0,
143143
containing_type_size: int = 0,
144144
) -> str:
145+
# TODO: Does not support Unions as well as recursive pointer and array type naming
145146
if is_indexed:
146147
name = (
147148
"llvm."

0 commit comments

Comments
 (0)