/JIT/llvm_compile.h
http://unladen-swallow.googlecode.com/ · C Header · 17 lines · 12 code · 5 blank · 0 comment · 0 complexity · e83286b8eb022c0d8ad4badd9efa7bb9 MD5 · raw file
- #ifndef PYTHON_LLVM_COMPILE_H
- #define PYTHON_LLVM_COMPILE_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifdef WITH_LLVM
- PyAPI_FUNC(_LlvmFunction *) _PyCode_ToLlvmIr(PyCodeObject *code);
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif // PYTHON_LLVM_COMPILE_H