You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the software project under test using using link-time-optimization, e.g.
here for CMake-based projects like so:
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE) # Enable IPO (LTO) by default
, then softwipe will crash with
/usr/bin/ld: /home/mi/bielow/miniconda3/envs/softwipe_env/bin/../lib/LLVMgold.so: error loading plugin: /home/mi/bielow/miniconda3/envs/softwipe_env/bin/../lib/LLVMgold.so: cannot open Shared-Object-file: file or directory not found
since the LLVMgold.so is not shipped with the Conda package.
The text was updated successfully, but these errors were encountered:
If the software project under test using using link-time-optimization, e.g.
here for CMake-based projects like so:
, then softwipe will crash with
since the
LLVMgold.so
is not shipped with the Conda package.The text was updated successfully, but these errors were encountered: