add vmlinux processor to codegen pipeline

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-10-10 22:53:05 +05:30
parent 7fb3ecff48
commit 3ec3ab30fe
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
from .import_detector import vmlinux_proc

View File

@ -0,0 +1,5 @@
import llvmlite.ir as ir
import ast
def vmlinux_proc(tree, module):
pass