Skip to content

Releases: compor/llvm-ir-cmake-utils

Use cmake 3.1+ compile features

25 Apr 09:55
Compare
Choose a tag to compare

2.0.2

11 Apr 11:19
Compare
Choose a tag to compare
fix issue8: refactor attached target dependencies

1.0.2 - Fix for issue #6

04 Apr 22:13
Compare
Choose a tag to compare

1.0.1 General revamp

02 Apr 23:11
Compare
Choose a tag to compare

This release provides the following:

  • rename function attach_llvmir_target() to attach_llvmir_bc_target()
    (the former is still defined but now deprecated)
  • proper definition of attached target properties via CMake's define_property() function
  • tested with lower CMake version (2.8.11) in order to determine compatibility
  • improved error checking
    • failure upon error (stop further processing)
    • unified and improved checks on expected target attributes

1.0.0

01 Apr 17:19
Compare
Choose a tag to compare
update readme