Sedat Dilek via llvm-dev
2021-Jan-15 15:59 UTC
[llvm-dev] [llvm-announce] LLVM 11.0.1 Release
Hi Tom, thanks for the LLVM 11.0.1 Release. Can you or delegate to web-site admins that <llvm.org> gets an update? Download! > Download now: ...points to the link "LLVM 11.0.0". Upcoming Releases > LLVM Release Schedule: ...shows... "11.0.1: TBD". Maybe it's good to update to "" LLVM 12 Release Schedule"? In one of the newsletter at llvm-dev ML I read January 26th is planned for a new release/12.x Git branch? Thanks. Regards, - Sedat - [1] https://lists.llvm.org/pipermail/llvm-announce/2021-January/000090.html [2] https://llvm.org/
Tom Stellard via llvm-dev
2021-Jan-15 16:08 UTC
[llvm-dev] [llvm-announce] LLVM 11.0.1 Release
On 1/15/21 7:59 AM, Sedat Dilek wrote:> Hi Tom, > > thanks for the LLVM 11.0.1 Release. > > Can you or delegate to web-site admins that <llvm.org> gets an update? > > Download! > Download now: > > ...points to the link "LLVM 11.0.0". > > Upcoming Releases > LLVM Release Schedule: > > ...shows... "11.0.1: TBD". > > Maybe it's good to update to "" LLVM 12 Release Schedule"? > In one of the newsletter at llvm-dev ML I read January 26th is planned > for a new release/12.x Git branch? >I think there is an issue with the website updates due to the recent branch change. I am looking into this. -Tom> Thanks. > > Regards, > - Sedat - > > [1] https://lists.llvm.org/pipermail/llvm-announce/2021-January/000090.html > [2] https://llvm.org/ >
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? ... -- 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