From nobody Tue Oct 12 22:19:55 2021 X-Original-To: dev-commits-ports-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 989691800768; Tue, 12 Oct 2021 22:19:56 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HTVTS2fTKz4T6r; Tue, 12 Oct 2021 22:19:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03B911C34D; Tue, 12 Oct 2021 22:19:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19CMJt0P074327; Tue, 12 Oct 2021 22:19:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19CMJtPG074326; Tue, 12 Oct 2021 22:19:55 GMT (envelope-from git) Date: Tue, 12 Oct 2021 22:19:55 GMT Message-Id: <202110122219.19CMJtPG074326@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Brooks Davis Subject: git: 1111994c2407 - 2021Q4 - devel/llvm13: fix build without AMDGPU List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-branches@freebsd.org X-BeenThere: dev-commits-ports-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brooks X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q4 X-Git-Reftype: branch X-Git-Commit: 1111994c240724ba85aefb2b7c1ed2ec9a315e86 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch 2021Q4 has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=1111994c240724ba85aefb2b7c1ed2ec9a315e86 commit 1111994c240724ba85aefb2b7c1ed2ec9a315e86 Author: Brooks Davis AuthorDate: 2021-10-12 22:19:31 +0000 Commit: Brooks Davis CommitDate: 2021-10-12 22:19:31 +0000 devel/llvm13: fix build without AMDGPU PR: 259044 Reported by: Evgeniy Khramtsov Sponsored by: DARPA (cherry picked from commit b3dde6830b535fd1c6a72bc480662fe2c74af66f) --- devel/llvm13/Makefile | 1 + devel/llvm13/pkg-plist | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index de878e3edfb9..6a6dfde8cac4 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -382,6 +382,7 @@ _BE_LIBS_COMMON= CodeGen Desc Info _BE_LIBS_AArch64= AsmParser Disassembler Utils _BE_LIBS_BACKWARDS_AArch64=Exegesis _BE_LIBS_AMDGPU= AsmParser Disassembler Utils +_BE_LIBS_BACKWARDS_AMDGPU=MCACustomBehaviour _BE_LIBS_ARM= AsmParser Disassembler Utils _BE_LIBS_AVR= AsmParser Disassembler _BE_LIBS_BPF= AsmParser Disassembler diff --git a/devel/llvm13/pkg-plist b/devel/llvm13/pkg-plist index 0d7e2d4de949..0519d19b3ae6 100644 --- a/devel/llvm13/pkg-plist +++ b/devel/llvm13/pkg-plist @@ -4700,7 +4700,6 @@ llvm%%LLVM_SUFFIX%%/lib/libLLVMLineEditor.a llvm%%LLVM_SUFFIX%%/lib/libLLVMLinker.a llvm%%LLVM_SUFFIX%%/lib/libLLVMMC.a llvm%%LLVM_SUFFIX%%/lib/libLLVMMCA.a -llvm%%LLVM_SUFFIX%%/lib/libLLVMMCACustomBehaviourAMDGPU.a llvm%%LLVM_SUFFIX%%/lib/libLLVMMCDisassembler.a llvm%%LLVM_SUFFIX%%/lib/libLLVMMCJIT.a llvm%%LLVM_SUFFIX%%/lib/libLLVMMCParser.a