[PATCH] D138254: [llvm] Fix the build on OpenBSD by removing LLVM_VERSION_SUFFIX from created shared library names

Tobias Hieta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 6 08:40:03 PST 2022


thieta added a comment.

If this fixes OpenBSD it looks fine I think. But I wonder if we shouldn't just do this if we are on OpenBSD, changing the SOVERSION has been fraught with problems before since people have scripts that expect certain layouts.

Without having more tests and more investigation I will only accept this if the change only happens on OpenBSD.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138254/new/

https://reviews.llvm.org/D138254



More information about the cfe-commits mailing list