git: 677d1402ddbf - main - devel/intel-graphics-compiler: mark BROKEN on i386 after 7f4f8e29bb31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Apr 2022 11:13:05 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=677d1402ddbf0b21ac5499d837e527dcd2c570ab commit 677d1402ddbf0b21ac5499d837e527dcd2c570ab Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-04-24 10:58:39 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-04-24 11:12:09 +0000 devel/intel-graphics-compiler: mark BROKEN on i386 after 7f4f8e29bb31 1. ../.build/IGC/Release/bif/embedder/OCLBiFImpl__igc_bif_BC_122.cpp:1604886:1: current parser token 'unsigned' 2. ../.build/IGC/Release/bif/embedder/OCLBiFImpl__igc_bif_BC_122.cpp:3:54: LLVM IR generation of declaration '_igc_bif_BC_122' 3. ../.build/IGC/Release/bif/embedder/OCLBiFImpl__igc_bif_BC_122.cpp:3:54: Generating code for declaration '_igc_bif_BC_122' Reported by: pkg-fallout --- devel/intel-graphics-compiler/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index 59856a62db01..520cf34d715d 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported +BROKEN_i386= clang crashes during build BUILD_DEPENDS= vc-intrinsics-${FLAVOR}>=0.1.0_1:devel/vc-intrinsics@${FLAVOR} LIB_DEPENDS= libLLVM-${FLAVOR:S/llvm//}.so:devel/${FLAVOR} \