git: 90c91e553018 - main - devel/llvm13: Disable OpenMP amdgcn bit code
Brooks Davis
brooks at FreeBSD.org
Wed Sep 29 17:56:06 UTC 2021
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/ports/commit/?id=90c91e5530189942662fa703649f52e3061d85dc
commit 90c91e5530189942662fa703649f52e3061d85dc
Author: Brooks Davis <brooks at FreeBSD.org>
AuthorDate: 2021-09-29 17:53:16 +0000
Commit: Brooks Davis <brooks at 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
More information about the dev-commits-ports-all
mailing list