[llvm-dev] LLVM 11.1.0 final release?

Tom Stellard via llvm-dev llvm-dev at lists.llvm.org
Thu Jan 21 07:05:40 PST 2021


On 1/21/21 12:52 AM, Sedat Dilek wrote:
> On Thu, Jan 21, 2021 at 6:49 AM Tom Stellard <tstellar at redhat.com> wrote:
>>
>> 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.
>>
> 
> What I mean is D94941 delaying the 11.1.0 final release?
> 

Yes, I'm waiting on this patch before doing -rc2.

-Tom

> Sorry I was not precise enough:
> I was talking about printing the Clang ABI version.
> 
> - Sedat -
> 
>>
>>> ...
>>> -- 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
>>>
>>
> 



More information about the llvm-dev mailing list