Skip to content

Releases: kc-ml2/llvm-block

LLVM Block version 1.0.2

19 May 08:06

Choose a tag to compare

Changes in CMakeLists.txt to support building llvm-block with llvm >= 20 above

What's Changed

  • chore: Add support for LLVM versions above 14 by @eomiso in #6

Full Changelog: v1.0.1...v1.0.2

LLVM Block version 1.0.1

14 May 08:05

Choose a tag to compare

There was some changes to the CMakefiles to decouple LLVM source tree with this project.

Refer to #4

LLVM Block version 1.0.0

14 May 02:42

Choose a tag to compare

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.