/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

  1. #ifndef PYTHON_LLVM_COMPILE_H
  2. #define PYTHON_LLVM_COMPILE_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #ifdef WITH_LLVM
  7. PyAPI_FUNC(_LlvmFunction *) _PyCode_ToLlvmIr(PyCodeObject *code);
  8. #endif
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif // PYTHON_LLVM_COMPILE_H