Date: Thu, 11 Aug 2022 19:49:19 -0700 From: Mark Millard <marklmi@yahoo.com> To: FreeBSD Toolchain <freebsd-toolchain@freebsd.org> Subject: FYI: libclang so-numbers: "This partially reverts c7b3a91", now considered fixed and closed Message-ID: <043DB740-86A5-47EB-82F1-039299EBE7AB@yahoo.com> References: <043DB740-86A5-47EB-82F1-039299EBE7AB.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
h= ttps://github.com/llvm/llvm-project/commit/bc39d7bdd4977a953b2e102f8f7eb47= 9ad78984e reports: QUOTE This partially reverts c7b3a91 . Having libclang.so with a different SONAME than the other LLVM libraries was causing a lot of confusion for users. Also, this change did not really acheive it's purpose of allowing apps to use newer versions of libclang.so without rebuilding, because a new version of libclang.so requires a new version of libLLVM.so, which does not have a stable ABI. Reviewed By: MaskRay Differential Revision:=20 https://reviews.llvm.org/D129160 END QUOTE and: https://github.com/llvm/llvm-project/issues/54004 reports: QUOTE h-vetinari commented 13 hours ago I think this can be considered fixed = by bc39d7b. @h-vetinari h-vetinari closed this as completed 13 hours ago END QUOTE =3D=3D=3D Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?043DB740-86A5-47EB-82F1-039299EBE7AB>