mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
add todo on struct name generator
This commit is contained in:
@ -142,6 +142,7 @@ class IRGenerator:
|
|||||||
index: int = 0,
|
index: int = 0,
|
||||||
containing_type_size: int = 0,
|
containing_type_size: int = 0,
|
||||||
) -> str:
|
) -> str:
|
||||||
|
# TODO: Does not support Unions as well as recursive pointer and array type naming
|
||||||
if is_indexed:
|
if is_indexed:
|
||||||
name = (
|
name = (
|
||||||
"llvm."
|
"llvm."
|
||||||
|
|||||||
Reference in New Issue
Block a user