mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
llvm-3.9: disable thread pool on 32-bit arches
looks like the threadpool code needs C++11 threads that not all arches handle.
This commit is contained in:
parent
da62168279
commit
af4a723176
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ cd _build
|
|||
-DLLVM_LIBDIR_SUFFIX=64 \
|
||||
%else
|
||||
-DLLVM_LIBDIR_SUFFIX= \
|
||||
-DLLVM_ENABLE_THREADS:BOOL=OFF \
|
||||
%endif
|
||||
\
|
||||
-DLLVM_TARGETS_TO_BUILD="X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF" \
|
||||
|
|
Loading…
Reference in a new issue