mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-26 23:21:27 +00:00
Add module-level docstrings and helper utility docstrings
Co-authored-by: varun-r-mallya <100590632+varun-r-mallya@users.noreply.github.com>
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
"""
|
||||
Global variables and compiler metadata processing.
|
||||
|
||||
This module handles BPF global variables and emits the @llvm.compiler.used
|
||||
metadata to prevent LLVM from optimizing away important symbols.
|
||||
"""
|
||||
|
||||
from llvmlite import ir
|
||||
import ast
|
||||
|
||||
|
||||
Reference in New Issue
Block a user