compor / llvm-ir-cmake-utils

LLVM IR CMake utils for bitcode file manipulation by opt and friends
GNU Lesser General Public License v2.1
68 stars 14 forks source link

Link related properties are not propagated #16

Closed compor closed 6 years ago

compor commented 6 years ago

All link related target properties (e.g. INTERFACE_LINK_FLAGS) are not propagated to the bitcode generation targets and, ultimately, to the binary generation targets that depend on them (i.e. add_executable and add_library commands).

This results in failed builds.

compor commented 6 years ago

resolved with commit 48477e8 (version tag 2.9.0)