mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Multi string and multi program support
This commit is contained in:
@ -2,7 +2,6 @@ from llvmlite import ir
|
||||
|
||||
#TODO: THIS IS NOT SUPPOSED TO MATCH STRINGS :skull:
|
||||
def ctypes_to_ir(ctype: str):
|
||||
print("CTYPE", ctype)
|
||||
mapping = {
|
||||
"c_int8": ir.IntType(8),
|
||||
"c_uint8": ir.IntType(8),
|
||||
|
||||
Reference in New Issue
Block a user