We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079ceaa commit 5512bf5Copy full SHA for 5512bf5
pythonbpf/vmlinux_parser/ir_gen/ir_generation.py
@@ -142,6 +142,7 @@ def _struct_name_generator(
142
index: int = 0,
143
containing_type_size: int = 0,
144
) -> str:
145
+ # TODO: Does not support Unions as well as recursive pointer and array type naming
146
if is_indexed:
147
name = (
148
"llvm."
0 commit comments