GaloisInc / cclyzerpp

cclyzer++ is a precise and scalable pointer analysis for LLVM code.
https://galoisinc.github.io/cclyzerpp/
BSD 3-Clause "New" or "Revised" License
137 stars 14 forks source link

cmake: compile PAPass as a shared library, rather than a module #156

Closed adrianherrera closed 1 year ago

adrianherrera commented 1 year ago

Otherwise, it cannot be linked with other executables. This fixes issue #155

langston-barrett commented 1 year ago

Awesome, thanks @adrianherrera!