add function_debug_info.py and format

This commit is contained in:
2025-10-26 15:12:36 +05:30
parent a1fe2ed4bc
commit 7bf6f9c48c
4 changed files with 27 additions and 14 deletions

View 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