Path to this page:
Subject: CVS commit: pkgsrc/devel/py-llvmlite
From: Adam Ciarcinski
Date: 2018-12-09 21:22:56
Message id: 20181209202256.30C2AFB16@cvs.NetBSD.org
Log Message:
py-llvmlite: updated to 0.26.0
v0.26.0
The primary new features in this release is support for generation of Intel JIT \
events, which makes profiling of JIT compiled code in Intel VTune possible. This \
release also contains some minor build improvements for ARMv7, and some small \
fixes.
LLVM 7 support was originally slated for this release, but had to be delayed \
after some issues arose in testing. LLVM 6 is still required for llvmlite.
* Use native cmake on armv7l
* Throttle thread count for llvm build on armv7l.
* Add shutdown detection to ObjectRef __del__ method.
* conda recipe: add make as build dep
* Add get_element_offset to TargetData
* Fix gep method call on Constant objects
* Fix typo in irbuilder documentation
* Enable IntelJIT events for LLVM for VTune support
Files: