Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 793 Bytes

index.rst

File metadata and controls

33 lines (26 loc) · 793 Bytes

LLVM binding layer---llvmlite.binding

llvmlite.binding

The llvmlite.binding module provides classes to interact with functionalities of the LLVM library. Generally, they closely mirror concepts of the C++ API. Only a small subset of the LLVM API is mirrored: those parts that have proven useful to implement Numba's JIT compiler.

initialization-finalization dynamic-libraries target-information context modules value-references type-references execution-engine object-file optimization-passes analysis-utilities examples