Skip to content

Commit

Permalink
Merge branch 'jb50106' into 'master'
Browse files Browse the repository at this point in the history
[llvm] Enable additional targets. Contributes to JB#50106

See merge request mer-core/llvm!9
  • Loading branch information
mlehtima committed Jun 18, 2020
2 parents 6729bbb + e385182 commit 6e4bc89
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 6e4bc89

Please sign in to comment.