Releases: kc-ml2/llvm-block
Releases · kc-ml2/llvm-block
LLVM Block version 1.0.2
Changes in CMakeLists.txt to support building llvm-block with llvm >= 20 above
What's Changed
Full Changelog: v1.0.1...v1.0.2
LLVM Block version 1.0.1
There was some changes to the CMakefiles to decouple LLVM source tree with this project.
Refer to #4
LLVM Block version 1.0.0
This is the initial release version of the LLVM Block Project.
A simple package that compares the basic block between two files.
This package is used as a backend for the LLVM Flow Project, a visualization tool designed for comparing basic blocks.
The current version requires LLVM 10 and Clang 10. Given these dependencies are quite outdated, compatibility updates are planned for the near future.