Package: hipify / 6.0.2+dfsg-1

Metadata

Package Version Patches format
hipify 6.0.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove redundant target_link_libraries.patch | (download)

CMakeLists.txt | 22 1 + 21 - 0 !
1 file changed, 1 insertion(+), 21 deletions(-)

 remove redundant target_link_libraries

The redundant use of target_link_libraries in this case is a problem,
as some LLVM static libraries contain static initialization routines
that must only be run once. If they are run twice (e.g., because they
are linked twice), then they will fail and terminate the program. e.g.
static-func-full-module-prefix in llvm/lib/ProfileData/InstrProf.cpp