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:
Dave Airlie 2016-09-19 10:17:15 +10:00
parent da62168279
commit af4a723176
1 changed files with 1 additions and 0 deletions

View File

@ -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" \