mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
add dependency tree functionality
This commit is contained in:
@ -12,3 +12,6 @@ class IRGenerator:
|
||||
raise ImportError(
|
||||
"Semantic analysis of vmlinux imports failed. Cannot generate IR"
|
||||
)
|
||||
for struct in handler:
|
||||
print(struct)
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user