compor/llvm-ir-cmake-utils

Link related properties are not propagated

compor opened this issue · 1 comments

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.

resolved with commit 48477e8 (version tag 2.9.0)