mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Re-enable AMDGPU target on ARM rhbz#1618922
This commit is contained in:
parent
5636e80d6b
commit
1948d64c18
1 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
%global llvm_targets AArch64;AMDGPU;BPF
|
%global llvm_targets AArch64;AMDGPU;BPF
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
%global llvm_targets ARM;BPF
|
%global llvm_targets ARM;AMDGPU;BPF
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?compat_build}
|
%if 0%{?compat_build}
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 0.3.rc%{rc_ver}%{?dist}
|
Release: 0.4.rc%{rc_ver}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -333,6 +333,9 @@ fi
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.4.rc1
|
||||||
|
- Re-enable AMDGPU target on ARM rhbz#1618922
|
||||||
|
|
||||||
* Mon Aug 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc1
|
* Mon Aug 13 2018 Tom Stellard <tstellar@redhat.com> - 7.0.0-0.3.rc1
|
||||||
- Drop references to TestPlugin.so from cmake files
|
- Drop references to TestPlugin.so from cmake files
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue