Skip to content

Commit

Permalink
devel/llvm13: Disable OpenMP amdgcn bit code
Browse files Browse the repository at this point in the history
Due to a bug in the CMakefiles these build for aarch64 and maybe
ppc64le.  This resulted in plist breakage for aarch64.

It would be straightforward to enable them for amd64, but I have no way
to test them and the current CMake bits build them for linux targets so
I suspect they won't work.

PR:		258706
Reviewed by:	jbeich
Sponsored by:	DARPA
  • Loading branch information
brooksdavis committed Sep 27, 2021
1 parent 0b75517 commit 79207f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/llvm13/Makefile
Expand Up @@ -174,6 +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_PORTDOCS= openmp
PYCLANG_DESC= Install python bindings to libclang
PYCLANG_IMPLIES= CLANG
Expand Down

0 comments on commit 79207f5

Please sign in to comment.