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
8585 Python 3 as Python 2 has been end-of-life'd by the Python Software
8686 Foundation.
8787
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+
88104Changes to the AArch64 Backend
89105------------------------------
90106
You can’t perform that action at this time.
0 commit comments