Add LLVM ExecutionEngine API

This commit is contained in:
Murarth 2014-11-24 11:55:14 -07:00
parent c38e73fef5
commit 2c028452b5
4 changed files with 129 additions and 1 deletions

View file

@ -72,6 +72,7 @@ typedef struct OpaqueRustString *RustStringRef;
typedef struct LLVMOpaqueTwine *LLVMTwineRef;
typedef struct LLVMOpaqueDebugLoc *LLVMDebugLocRef;
typedef struct LLVMOpaqueSMDiagnostic *LLVMSMDiagnosticRef;
typedef struct LLVMOpaqueRustJITMemoryManager *LLVMRustJITMemoryManagerRef;
extern "C" void
rust_llvm_string_write_impl(RustStringRef str, const char *ptr, size_t size);