mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
add function_debug_info.py and format
This commit is contained in:
9
pythonbpf/functions/function_debug_info.py
Normal file
9
pythonbpf/functions/function_debug_info.py
Normal file
@ -0,0 +1,9 @@
|
||||
import ast
|
||||
|
||||
import llvmlite.ir as ir
|
||||
|
||||
|
||||
def generate_function_debug_info(
|
||||
func_node: ast.FunctionDef, module: ir.Module, func: ir.Function
|
||||
):
|
||||
pass
|
||||
Reference in New Issue
Block a user