You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for dynamic loading
- Single shared library only (e.g. libLLVM-X.Y.Z.so)
- Switch from (dynamic/static) linking to dynamic loading by
setting the D version LLVM_Load.
- Use LLVM.load / LLVM.unload for manual control over which
shared library to use
- Additionally set D version LLVM_Autoload to try to load a
platform appropriate default shared library for LLVM
- As compile time introspection is used to generate function pointers
dynamic loading has increased compilation time.