aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-09-29 17:53:16 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-09-29 17:55:58 +0000
commit90c91e5530189942662fa703649f52e3061d85dc (patch)
tree25221cb0a1fb91e7cf384637ca8253027bf404ac
parentaf94da7f06e8e5ed26cbe6a1e76c28ff4e13e9d1 (diff)
downloadports-90c91e5530189942662fa703649f52e3061d85dc.tar.gz
ports-90c91e5530189942662fa703649f52e3061d85dc.zip
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
-rw-r--r--devel/llvm13/Makefile2
1 files changed, 1 insertions, 1 deletions
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