[llvm-dev] ORC JIT Weekly #10: interpose fixes and universal binary support

Lang Hames via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 6 09:45:39 PDT 2020


Hi All,

There was no ORC JIT weekly update last week, so this will cover the last
two weeks. There have only been a couple of ORC changes:

(1) Commit 0071eaaf089 fixed a bug in LLJIT where static constructors /
destructors in JITDylibs other than the main JITDylib would trigger
spurious duplicate definition errors. Static constructors and destructors
in other JITDylibs should now behave as expected.

(2) The StaticLibraryDefinitionGenerator now supports MachO universal
archives in addition to regular archives.

This week I expect to make some small expansions to the new C API (
http://llvm.org/PR31103,
https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm-c/Orc.h).
Just a reminder: If you're interested in a C API for OrcV2 please try this
API out. Feedback and patches will be very welcome.

-- Lang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200406/d830dd85/attachment.html>


More information about the llvm-dev mailing list