diff --git a/llvm.spec b/llvm.spec index 761a790..fc84e84 100644 --- a/llvm.spec +++ b/llvm.spec @@ -12,7 +12,7 @@ Name: llvm Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 10%{?dist} +Release: 11%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -89,13 +89,6 @@ Static libraries for the LLVM compiler infrastructure. %prep %autosetup -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.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 mkdir -p _build cd _build @@ -218,6 +211,9 @@ fi %{_libdir}/cmake/llvm/LLVMStaticExports.cmake %changelog +* Tue Mar 27 2018 Tom Stellard - 6.0.0-11 +- Re-enable arm tests that used to hang + * Thu Mar 22 2018 Tom Stellard - 6.0.0-10 - Fix testcase in backported patch