On 1/20/21 9:33 PM, Sedat Dilek wrote:> Hi,
>
> on <llvm.org> says "Jan 19: 11.1.0-final".
>
> This is due to "Add minor version to libclang.so and libclang-cpp.so
SONAME"?
>
> I have applied the raw diff from [2].
>
> Now, I get:
>
> # LC_ALL=C ll lib*clang*.so*
> lrwxrwxrwx 1 dileks dileks 20 Jan 21 05:23 libclang-cpp.so ->
> libclang-cpp.so.11.1
> -rw-r--r-- 1 dileks dileks 66M Jan 21 05:01 libclang-cpp.so.11.1
> lrwxrwxrwx 1 dileks dileks 16 Jan 21 05:23 libclang.so ->
libclang.so.11.1
> -rw-r--r-- 1 dileks dileks 57M Jan 21 05:03 libclang.so.11.1
>
> So, this works as expected.
>
> Is it possible to print a version for libclang* like for Clang and LLD
> in the configure stage?
>
There is not time to add this to the release branch, but why do you need
the libclang version? It is always the same as the Clang version.
-Tom
> ...
> -- Clang version: 11.1.0
> -- LLD version: 11.1.0
> ...
> Configuring done
>
> Thanks.
>
> Regards,
> - Sedat -
>
> [1] https://reviews.llvm.org/D94941
> [2] https://reviews.llvm.org/D94941?id=318003
>