mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add named_arg failing test
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import logging
|
||||
|
||||
from pythonbpf import compile, bpf, section, bpfglobal, compile_to_ir
|
||||
from pythonbpf import compile, bpf, section, bpfglobal
|
||||
from ctypes import c_void_p, c_int64
|
||||
|
||||
|
||||
@ -16,5 +16,5 @@ def sometag(ctx: c_void_p) -> c_int64:
|
||||
def LICENSE() -> str:
|
||||
return "GPL"
|
||||
|
||||
compile_to_ir("var_rval.py", "var_rval.ll")
|
||||
|
||||
compile(loglevel=logging.INFO)
|
||||
|
||||
Reference in New Issue
Block a user