- Use of std::unique_ptr to return ConstraintManager instance
- Minor changes to CMakeLists.txt to get code to build with mainline code
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
What was the last outstanding issue with this patch (I believe it was related to either make or cmake changes)?
Has it been addressed?
Comment Actions
I have tested on a Linux machine and can confirm that it works as documented in the README. The cmake bit of the patch is actually in the third and final sequence of patches for this issue [1].
Caveats:
- stp APIs that the plugin uses need to be statically linked
- I have only known stp being used by an executable (KLEE) where dynamic linking is a possibility
- For something that is itself a shared object library (this plugin), static linking is the work-around that I chose