[llvm-branch-commits] [llvm-branch] r370167 - ReleaseNotes: ORC note, by Lang

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 28 01:21:46 PDT 2019


Author: hans
Date: Wed Aug 28 01:21:46 2019
New Revision: 370167

URL: http://llvm.org/viewvc/llvm-project?rev=370167&view=rev
Log:
ReleaseNotes: ORC note, by Lang

Modified:
    llvm/branches/release_90/docs/ReleaseNotes.rst

Modified: llvm/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=370167&r1=370166&r2=370167&view=diff
==============================================================================
--- llvm/branches/release_90/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_90/docs/ReleaseNotes.rst Wed Aug 28 01:21:46 2019
@@ -57,6 +57,8 @@ Non-comprehensive list of changes in thi
 
 * The RISCV target is no longer "experimental" (see below for more details).
 
+* The ORCv1 JIT API has been deprecated. Please see
+  `Transitioning from ORCv1 to ORCv2 <ORCv2.html#transitioning-from-orcv1-to-orcv2>`_.
 
 .. NOTE
    If you would like to document a larger change, then you can add a




More information about the llvm-branch-commits mailing list