Delete APIs that have been deprecated since 2010.
[oota-llvm.git] / docs / ReleaseNotes.rst
index 5d526b10bafd3e15e8c0be398bbf15713b076a52..8b33b6bc23be0866a1c1194b264b0f22585126af 100644 (file)
@@ -58,6 +58,10 @@ Non-comprehensive list of changes in this release
 * The deprecated C APIs LLVMGetBitcodeModuleProviderInContext and
   LLVMGetBitcodeModuleProvider have been removed.
 
+* The deprecated C APIs LLVMCreateExecutionEngine, LLVMCreateInterpreter,
+  LLVMCreateJITCompiler, LLVMAddModuleProvider and LLVMRemoveModuleProvider
+  have been removed.
+
 * With this release, the C API headers have been reorganized to improve build
   time. Type specific declarations have been moved to Type.h, and error
   handling routines have been moved to ErrorHandling.h. Both are included in