Re-enable arm and aarch64 targets on x86_64

rhbz#1627500
This commit is contained in:
Tom Stellard 2018-09-11 23:15:24 +00:00
parent 4a6462c64c
commit b4db2c9955

View File

@ -21,7 +21,8 @@
%global llvm_targets PowerPC;AMDGPU;BPF %global llvm_targets PowerPC;AMDGPU;BPF
%endif %endif
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
%global llvm_targets X86;AMDGPU;NVPTX;BPF # ARM/AARCH64 enabled due to rhbz#1627500
%global llvm_targets X86;AMDGPU;NVPTX;BPF;ARM;AARCH64
%endif %endif
%ifarch aarch64 %ifarch aarch64
%global llvm_targets AArch64;AMDGPU;BPF %global llvm_targets AArch64;AMDGPU;BPF
@ -50,7 +51,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 0.12.rc%{rc_ver}%{?dist} Release: 0.13.rc%{rc_ver}%{?dist}
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
License: NCSA License: NCSA
@ -416,6 +417,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Sep 11 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.13.rc3
- Re-enable arm and aarch64 targets on x86_64
* Mon Sep 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.12.rc3 * Mon Sep 10 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.12.rc3
- 7.0.0-rc3 Release - 7.0.0-rc3 Release