diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-06-13 21:25:18 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-06-13 21:25:18 -0700 |
| commit | a90fffe3671cb70c37d493efe8cebafab2a4705d (patch) | |
| tree | 5bb2e0792bfc5292452ffd0f6d9e929d14cffbb7 /src/rustllvm/rustllvm.h | |
| parent | 1a3edecbf21eef7f39bbf3a7bf38fb72fdc6af61 (diff) | |
| download | rust-a90fffe3671cb70c37d493efe8cebafab2a4705d.tar.gz rust-a90fffe3671cb70c37d493efe8cebafab2a4705d.zip | |
Revert "Revert "Have JIT execution take ownership of the LLVMContextRef""
This reverts commit 19adece68b00bd1873499cca6f1537750608d769.
Diffstat (limited to 'src/rustllvm/rustllvm.h')
| -rw-r--r-- | src/rustllvm/rustllvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustllvm/rustllvm.h b/src/rustllvm/rustllvm.h index 1c8842f7b4a..394146eea20 100644 --- a/src/rustllvm/rustllvm.h +++ b/src/rustllvm/rustllvm.h @@ -45,6 +45,7 @@ #include "llvm/Transforms/Vectorize.h" #include "llvm-c/Core.h" #include "llvm-c/BitReader.h" +#include "llvm-c/ExecutionEngine.h" #include "llvm-c/Object.h" // Used by RustMCJITMemoryManager::getPointerToNamedFunction() |
