[PATCH] D39939: [cmake] Allow appending a free-form suffix to SOVERSION

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 13:43:29 PST 2017


beanz added a comment.

I think leaving `VERSION` as it is today, but changing `SOVERSION` to be `${LLVM_VERSION_MAJOR}${LLVM_VERSION_SUFFIX}` makes the most sense to me. That should meet your needs.


Repository:
  rL LLVM

https://reviews.llvm.org/D39939





More information about the llvm-commits mailing list