From owner-svn-ports-all@freebsd.org Sun Aug 23 00:00:29 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07BAE3A97D8; Sun, 23 Aug 2020 00:00:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BYwPS6V5Fz4138; Sun, 23 Aug 2020 00:00:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C21321E4BA; Sun, 23 Aug 2020 00:00:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07N00S7k045573; Sun, 23 Aug 2020 00:00:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07N00S7g045572; Sun, 23 Aug 2020 00:00:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008230000.07N00S7g045572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 23 Aug 2020 00:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545798 - head/devel/intel-graphics-compiler X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/devel/intel-graphics-compiler X-SVN-Commit-Revision: 545798 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2020 00:00:29 -0000 Author: jbeich Date: Sun Aug 23 00:00:28 2020 New Revision: 545798 URL: https://svnweb.freebsd.org/changeset/ports/545798 Log: devel/intel-graphics-compiler: unbreak on -CURRENT In file included from IGC/GenISAIntrinsics/GenIntrinsics.cpp:28: In file included from IGC/Compiler/CodeGenPublic.h:44: In file included from IGC/Compiler/CISACodeGen/helper.h:49: In file included from IGC/Compiler/MetaDataApi/MetaDataApi.h:31: In file included from IGC/Compiler/MetaDataApi/MetaDataApiUtils.h:30: IGC/Compiler/MetaDataApi/MetaDataValue.h:82:20: error: cannot initialize return object of type 'llvm::MDNode *' with an lvalue of type 'llvm::Metadata *' return m_pNode; ^~~~~~~ IGC/Compiler/MetaDataApi/MetaDataValue.h:260:23: error: incompatible pointer types assigning to 'llvm::Metadata *' from 'llvm::Value *' m_pNode = pNode; ^~~~~ IGC/Compiler/MetaDataApi/MetaDataValue.h:270:18: error: no viable overloaded '=' m_id = name; ~~~~ ^ ~~~~ IGC/Compiler/MetaDataApi/MetaDataValue.h:41:11: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'const char *' to 'const IGC::MetaDataValue, std::__1::allocator>, IGC::MDValueTraits>' for 1st argument class MetaDataValue ^ IGC/Compiler/MetaDataApi/MetaDataValue.h:41:11: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'const char *' to 'IGC::MetaDataValue, std::__1::allocator>, IGC::MDValueTraits>' for 1st argument class MetaDataValue ^ IGC/Compiler/MetaDataApi/MetaDataValue.h:278:18: error: no viable overloaded '=' m_id = name.c_str(); ~~~~ ^ ~~~~~~~~~~~~ IGC/Compiler/MetaDataApi/MetaDataValue.h:41:11: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'const std::__1::basic_string, std::__1::allocator>::value_type *' (aka 'const char *') to 'const IGC::MetaDataValue, std::__1::allocator>, IGC::MDValueTraits>' for 1st argument class MetaDataValue ^ IGC/Compiler/MetaDataApi/MetaDataValue.h:41:11: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'const std::__1::basic_string, std::__1::allocator>::value_type *' (aka 'const char *') to 'IGC::MetaDataValue, std::__1::allocator>, IGC::MDValueTraits>' for 1st argument class MetaDataValue ^ Reported by: pkg-fallout Modified: head/devel/intel-graphics-compiler/Makefile (contents, props changed) Modified: head/devel/intel-graphics-compiler/Makefile ============================================================================== --- head/devel/intel-graphics-compiler/Makefile Sat Aug 22 23:55:38 2020 (r545797) +++ head/devel/intel-graphics-compiler/Makefile Sun Aug 23 00:00:28 2020 (r545798) @@ -26,7 +26,7 @@ GH_ACCOUNT= intel CFLAGS+= -Wno-macro-redefined # __fastcall PLIST_SUB= ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//} -.if (exists(/usr/lib/clang/10.0.0) || exists(/usr/lib/clang/10.0.1)) && ${CXX} == c++ +.if (exists(/usr/lib/clang/10.0.0) || exists(/usr/lib/clang/10.0.1) || exists(/usr/lib/clang/11.0.0)) && ${CXX} == c++ # https://github.com/intel/intel-graphics-compiler/issues/126 BUILD_DEPENDS+= clang++90:devel/llvm90 USES:= ${USES:Ncompiler*}