[llvm-dev] What is the actual LLVM11 version downloaded from apt.llvm.org?
Andrzej Warzynski via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 25 10:02:12 PST 2021
I believe that this is a packaging bug:
* https://bugs.llvm.org/show_bug.cgi?id=48772
I also have a downstream project that was affected by this. Here's my
naive workaround:
https://github.com/banach-space/llvm-tutor/commit/72cb20d058b9b3f51717c7a17607f7a4c7398642
-Andrzej
On 25/01/2021 09:39, Sidorov, Dmitry via llvm-dev wrote:
> Hi,
>
> We are doing SPIR-V to LLVM IR translator as LLVM dependent project. It
> has a llvm 11 release branch, on which CI downloads LLVM 11 from
> apt.llvm.org. Recently LLVM 11.0.1 was released and we started getting
> an error:
> https://travis-ci.com/github/KhronosGroup/SPIRV-LLVM-Translator/jobs/472611318#L484
> <https://travis-ci.com/github/KhronosGroup/SPIRV-LLVM-Translator/jobs/472611318#L484>
> . But error says, that expected version isn�t 11.0.1, but 11.1.0
> instead. Is it apt.llvm.org bug or is it expected due to the upcoming
> release?
>
> -Dmitry Sidorov
>
>
> --------------------------------------------------------------------
> Joint Stock Company Intel A/O
> Registered legal address: Krylatsky Hills Business Park,
> 17 Krylatskaya Str., Bldg 4, Moscow 121614,
> Russian Federation
>
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
More information about the llvm-dev
mailing list