Skip to content

Commit 6e4bc89

Browse files
committed
Merge branch 'jb50106' into 'master'
[llvm] Enable additional targets. Contributes to JB#50106 See merge request mer-core/llvm!9
2 parents 6729bbb + e385182 commit 6e4bc89

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rpm/llvm.spec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
%ifarch %ix86 x86_64
22
# ARM/AARCH64 enabled due to rhbz#1627500
3-
#global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AArch64
4-
%global llvm_targets X86;AMDGPU;NVPTX;BPF
3+
%global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AArch64;WebAssembly
54
%endif
65
%ifarch aarch64
7-
%global llvm_targets AArch64;AMDGPU;BPF
6+
%global llvm_targets AArch64;AMDGPU;BPF;WebAssembly
87
%endif
98
%ifarch %{arm}
10-
%global llvm_targets ARM;AMDGPU;BPF
9+
%global llvm_targets ARM;AMDGPU;BPF;WebAssembly
1110
%endif
1211

1312
Name: llvm

0 commit comments

Comments
 (0)