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] [llvm-announce] LLVM 11.0.1 Release
[2] https://llvm.org/

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

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

Thanks for the web-site update!

- Sedat -

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

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

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

Sorry I was not precise enough:
I was talking about printing the Clang ABI version.

- Sedat -

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