Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812536 - dev-util/intel-graphics-compiler: needs porting to LLVM 11+
Summary: dev-util/intel-graphics-compiler: needs porting to LLVM 11+
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jan Henke
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 812533
  Show dependency tree
 
Reported: 2021-09-11 07:52 UTC by Michał Górny
Modified: 2021-09-11 17:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-09-11 07:52:23 UTC
I'm a bit at a loss wrt this package since it seems that a single middle version supported LLVM 11:


intel-graphics-compiler-1.0.4111.ebuild:LLVM_MAX_SLOT=10
intel-graphics-compiler-1.0.4944.ebuild:LLVM_MAX_SLOT=10
intel-graphics-compiler-1.0.5353.ebuild:LLVM_MAX_SLOT=11
intel-graphics-compiler-1.0.8173.ebuild:LLVM_MAX_SLOT=10
intel-graphics-compiler-1.0.8365.ebuild:LLVM_MAX_SLOT=10
intel-graphics-compiler-1.0.8365-r1.ebuild:LLVM_MAX_SLOT="10"
intel-graphics-compiler-1.0.8517.ebuild:LLVM_MAX_SLOT="10"
Comment 1 Conrad Kostecki gentoo-dev 2021-09-11 10:15:45 UTC
Yes, currently, due Ubuntu 18.04, only LLVM 10 is supported. FWICS, LLVM11 is in the works, I am not sure, if it's already ready.

@Jan: Do you know more?
Comment 2 Conrad Kostecki gentoo-dev 2021-09-11 10:39:16 UTC
Surprisingly, I was able to compile with LLVM11, so I guess, the lastest releases and patched finally fixed LLVM11 support.

Compilation with LLVM12 fails, as expected (FWICS, LLVM12 support is not finished yet)
Comment 3 Larry the Git Cow gentoo-dev 2021-09-11 11:10:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aced71f9c7a94363b4fd52c72eaa8936a4ac596

commit 9aced71f9c7a94363b4fd52c72eaa8936a4ac596
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-09-11 11:04:43 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-09-11 11:04:43 +0000

    dev-util/intel-graphics-compiler: switch to LLVM11
    
    Closes: https://bugs.gentoo.org/812536
    Package-Manager: Portage-3.0.22, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 .../intel-graphics-compiler-1.0.8517-r1.ebuild     | 82 ++++++++++++++++++++++
 1 file changed, 82 insertions(+)