Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 2021 17:56:06 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 90c91e553018 - main - devel/llvm13: Disable OpenMP amdgcn bit code
Message-ID:  <202109291756.18THu6dx036051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=90c91e5530189942662fa703649f52e3061d85dc

commit 90c91e5530189942662fa703649f52e3061d85dc
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2021-09-29 17:53:16 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2021-09-29 17:55:58 +0000

    devel/llvm13: Disable OpenMP amdgcn bit code
    
    Fix a typo in 79207f500c9bf7daf9c1517d71f71b4a2950300f so it actually
    has an effect.
    
    PR:             258706
    Reported by:    pkubaj
    Sponsored by:   DARPA
---
 devel/llvm13/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile
index 29284492c4e6..593a2bcc127f 100644
--- a/devel/llvm13/Makefile
+++ b/devel/llvm13/Makefile
@@ -174,7 +174,7 @@ LLDB_USES=		lua:53 libedit
 LLDB_VARS=		_USES_PYTHON=python:3.6+
 MLIR_DESC=		Multi-Level Intermediate Representation
 OPENMP_DESC=		Install libomp, the LLVM OpenMP runtime library
-OPENMP_CMAKE_IN=	-DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF
+OPENMP_CMAKE_ON=	-DLIBOMPTARGET_BUILD_AMDGCN_BCLIB=OFF
 OPENMP_PORTDOCS=	openmp
 PYCLANG_DESC=	Install python bindings to libclang
 PYCLANG_IMPLIES=	CLANG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109291756.18THu6dx036051>