File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,22 @@ Changes to building LLVM
85
85
Python 3 as Python 2 has been end-of-life'd by the Python Software
86
86
Foundation.
87
87
88
+ Changes to the JIT infrastructure
89
+ ---------------------------------
90
+
91
+ * LLJIT now supports execution of static inits / deinits via the
92
+ LLJIT::initialize and LLJIT: :deinitialize methods
93
+
94
+ * Static libraries can now be added to a JITDylib using the
95
+ StaticLibraryDefinitionGenerator class
96
+
97
+ * A C API has been added for OrcV2 (llvm-project/llvm/include/llvm-c/Orc.h)
98
+
99
+ * Several OrcV2 example projects have been added to
100
+ llvm-project/llvm/examples/OrcV2Examples
101
+
102
+ * Many bug fixes and API improvements
103
+
88
104
Changes to the AArch64 Backend
89
105
------------------------------
90
106
You can’t perform that action at this time.
0 commit comments