Skip to content

Commit

Permalink
[llvm] Enable additional targets. Contributes to JB#50106
Browse files Browse the repository at this point in the history
  • Loading branch information
mlehtima committed Jun 18, 2020
1 parent 6729bbb commit e385182
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rpm/llvm.spec
@@ -1,13 +1,12 @@
%ifarch %ix86 x86_64
# ARM/AARCH64 enabled due to rhbz#1627500
#global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AArch64
%global llvm_targets X86;AMDGPU;NVPTX;BPF
%global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AArch64;WebAssembly
%endif
%ifarch aarch64
%global llvm_targets AArch64;AMDGPU;BPF
%global llvm_targets AArch64;AMDGPU;BPF;WebAssembly
%endif
%ifarch %{arm}
%global llvm_targets ARM;AMDGPU;BPF
%global llvm_targets ARM;AMDGPU;BPF;WebAssembly
%endif

Name: llvm
Expand Down

0 comments on commit e385182

Please sign in to comment.