summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-11-03 16:40:37 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-11-03 16:40:37 +0000
commite63e0188e4c498ebb26462a6b9442f40f1174db5 (patch)
tree4f1454b355f9085b823b63f7ab9ce9cd7d874cb5 /llvm/include/llvm-c
parent432ff5e205f28f5e8a05ca5a043e05f4a9f20d2c (diff)
downloadbcm5719-llvm-e63e0188e4c498ebb26462a6b9442f40f1174db5.tar.gz
bcm5719-llvm-e63e0188e4c498ebb26462a6b9442f40f1174db5.zip
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines.""
This reverts commit r251937. The test was updated to the new API, bring the API back. llvm-svn: 251944
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/OrcBindings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/OrcBindings.h b/llvm/include/llvm-c/OrcBindings.h
index 78a7bc146ee..f6aff916999 100644
--- a/llvm/include/llvm-c/OrcBindings.h
+++ b/llvm/include/llvm-c/OrcBindings.h
@@ -47,8 +47,7 @@ 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,
- LLVMContextRef Context);
+LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM);
/**
* Mangle the given symbol.
OpenPOWER on IntegriCloud