mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 18:36:50 +00:00
Re-enable arm tests that used to hang
This commit is contained in:
parent
a04eb20439
commit
6640c739a1
1 changed files with 4 additions and 8 deletions
12
llvm.spec
12
llvm.spec
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
|
@ -96,13 +96,6 @@ Static libraries for the LLVM compiler infrastructure.
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version}.src -p1
|
%autosetup -n %{name}-%{version}.src -p1
|
||||||
|
|
||||||
%ifarch armv7hl
|
|
||||||
|
|
||||||
# These tests are marked as XFAIL, but they still run and hang on ARM.
|
|
||||||
for f in `grep -Rl 'XFAIL.\+arm' test/ExecutionEngine `; do rm $f; done
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p _build
|
mkdir -p _build
|
||||||
cd _build
|
cd _build
|
||||||
|
@ -225,6 +218,9 @@ fi
|
||||||
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
|
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 27 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-6
|
||||||
|
- Re-enable arm tests that used to hang
|
||||||
|
|
||||||
* Mon Mar 19 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-5
|
* Mon Mar 19 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-5
|
||||||
- Backport r327651 from trunk rhbz#1554349
|
- Backport r327651 from trunk rhbz#1554349
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue