mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
limit number of targets, hexagon seems broken on i686 with C++ ABI
This commit is contained in:
parent
10a19754ce
commit
1c8a6cde28
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ cd _build
|
|||
-DLLVM_LIBDIR_SUFFIX= \
|
||||
%endif
|
||||
\
|
||||
-DLLVM_TARGETS_TO_BUILD="X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;BPF;CppBackend" \
|
||||
-DLLVM_ENABLE_LIBCXX:BOOL=OFF \
|
||||
-DLLVM_ENABLE_ZLIB:BOOL=ON \
|
||||
-DLLVM_ENABLE_FFI:BOOL=ON \
|
||||
|
|
Loading…
Reference in a new issue