Skip to content

Commit a2b1a8b

Browse files
Clarify compilation target in package documentation
Updated documentation to clarify that the compilation targets LLVM IR instead of eBPF bytecode directly.
1 parent 2228982 commit a2b1a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonbpf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PythonBPF - A Python frontend for eBPF programs.
33
44
This package provides decorators and compilation tools to write BPF programs
5-
in Python syntax and compile them to eBPF bytecode that can run in the kernel.
5+
in Python syntax and compile them to LLVM IR that can be compiled to eBPF bytecode.
66
"""
77

88
from .decorators import bpf, map, section, bpfglobal, struct

0 commit comments

Comments
 (0)