Add signature relection for all helper handlers except print

This commit is contained in:
Pragyansh Chaturvedi
2025-11-06 19:47:57 +05:30
parent 5b36726b7d
commit 2e37726922
2 changed files with 74 additions and 14 deletions

View File

@ -138,8 +138,8 @@ def get_or_create_ptr_from_arg(
builder,
local_sym_tab,
map_sym_tab,
expected_type=None,
struct_sym_tab=None,
expected_type=None,
):
"""Extract or create pointer from the call arguments."""