FYI: libclang so-numbers: "This partially reverts c7b3a91", now considered fixed and closed

From: Mark Millard <marklmi_at_yahoo.com>
Date: Fri, 12 Aug 2022 02:49:19 UTC
https://github.com/llvm/llvm-project/commit/bc39d7bdd4977a953b2e102f8f7eb479ad78984e

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: 
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

===
Mark Millard
marklmi at yahoo.com