mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
janitorial
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user