RFC: Only change libclang.so SONAME when the ABI changes

We had some feedback from users that this change was confusing. Also, in practice having a stable libclang.so ABI does not really help since libLLVM.so ABI is not stable, so apps that use both will need to rebuild for a new llvm/clang version anyway.

I propose that we revert this change.

2 Likes