janitorial

This commit is contained in:
Pragyansh Chaturvedi
2025-09-09 00:26:06 +05:30
parent 7c15bff6c0
commit 5adc6d75e9
5 changed files with 11 additions and 4 deletions

View File

@ -1,6 +1,8 @@
from llvmlite import ir
#TODO: THIS IS NOT SUPPOSED TO MATCH STRINGS :skull:
# TODO: THIS IS NOT SUPPOSED TO MATCH STRINGS :skull:
def ctypes_to_ir(ctype: str):
mapping = {
"c_int8": ir.IntType(8),