[llvm] 44da6c2 - [docs] Update OrcV1 removal timeline.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 14:23:40 PDT 2020
Author: Lang Hames
Date: 2020-09-14T14:23:20-07:00
New Revision: 44da6c2369da239517cd073f96688895081bc395
URL: https://github.com/llvm/llvm-project/commit/44da6c2369da239517cd073f96688895081bc395
DIFF: https://github.com/llvm/llvm-project/commit/44da6c2369da239517cd073f96688895081bc395.diff
LOG: [docs] Update OrcV1 removal timeline.
Added:
Modified:
llvm/docs/ORCv2.rst
Removed:
################################################################################
diff --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst
index 0396fb0ad811..67ce6e3d103d 100644
--- a/llvm/docs/ORCv2.rst
+++ b/llvm/docs/ORCv2.rst
@@ -468,7 +468,7 @@ are now referred to as ORCv1.
The majority of the ORCv1 layers and utilities were renamed with a 'Legacy'
prefix in LLVM 8.0, and have deprecation warnings attached in LLVM 9.0. In LLVM
-10.0 ORCv1 will be removed entirely.
+12.0 ORCv1 will be removed entirely.
Transitioning from ORCv1 to ORCv2 should be easy for most clients. Most of the
ORCv1 layers and utilities have ORCv2 counterparts [2]_ that can be directly
More information about the llvm-commits
mailing list