summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-11-03 16:25:20 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-11-03 16:25:20 +0000
commit2f344637d61b9721858db5f180d0b76a5e994334 (patch)
tree95fb5b2393d487b705758e69f71f9e221d47da7a /llvm/include/llvm-c
parent96a9d8c8e5c083ca8150ec21ca98c4511b93849d (diff)
downloadbcm5719-llvm-2f344637d61b9721858db5f180d0b76a5e994334.tar.gz
bcm5719-llvm-2f344637d61b9721858db5f180d0b76a5e994334.zip
Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."
This reverts commit r251933. It broke the build of examples/Kaleidoscope/Orc/fully_lazy/toy.cpp. llvm-svn: 251937
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/OrcBindings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/OrcBindings.h b/llvm/include/llvm-c/OrcBindings.h
index f6aff916999..78a7bc146ee 100644
--- a/llvm/include/llvm-c/OrcBindings.h
+++ b/llvm/include/llvm-c/OrcBindings.h
@@ -47,7 +47,8 @@ typedef uint64_t (*LLVMOrcLazyCompileCallbackFn)(LLVMOrcJITStackRef JITStack,
* client should not attempt to dispose of the Target Machine, or it will result
* in a double-free.
*/
-LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM);
+LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM,
+ LLVMContextRef Context);
/**
* Mangle the given symbol.
OpenPOWER on IntegriCloud