Releases: JuliaLLVM/LLVM.jl
Releases · JuliaLLVM/LLVM.jl
v0.3.4
NFC update: includes special mode for loading LLVM.jl without the build having succeeded (for documentation purposes on Travis). Tag required for CUDAnative.jl documentation.
v0.3.3
- Fix compilation on OS X where Julia's
-std
CFLAG threw off C++ compilation (#26, cc @dlfivefifty)
- Minor wrapper improvements
v0.3.2
Hotfix: the upgrade could fail due to loading non-existing variables from a previous ext.jl
.
v0.3.1
- Julia 0.6 deprecation fixes
- Don't rebuild
libllvm_extra
or write ext.jl
if the underlying LLVM libraries didn't change
v0.3.0
Add proper support for LLVM 4.0
v0.2.1
Fixes wrong typeassert in build script, preventing installation on Julia 0.6-.