Add LLVM ExecutionEngine API
This commit is contained in:
parent
c38e73fef5
commit
2c028452b5
4 changed files with 129 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue