Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package llvm12 for openSUSE:Factory checked 
in at 2021-11-03 17:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm12 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm12.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm12"

Wed Nov  3 17:25:18 2021 rev:7 rq:928273 version:12.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm12/llvm12.changes    2021-10-08 
22:04:55.268547578 +0200
+++ /work/SRC/openSUSE:Factory/.llvm12.new.1890/llvm12.changes  2021-11-03 
17:25:52.873324599 +0100
@@ -1,0 +2,6 @@
+Thu Oct 28 09:30:17 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Disable tests that seem to hang on armv6
+- Set minimal cmake version required
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm12.spec ++++++
--- /var/tmp/diff_new_pack.d4Q1F9/_old  2021-11-03 17:25:53.945325186 +0100
+++ /var/tmp/diff_new_pack.d4Q1F9/_new  2021-11-03 17:25:53.949325188 +0100
@@ -129,7 +129,7 @@
 # Fix lookup of targets in installed CMake files. (boo#1180748, 
https://reviews.llvm.org/D96670)
 Patch33:        CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch
 BuildRequires:  binutils-devel >= 2.21.90
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.13.4
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -1089,6 +1089,10 @@
 
 # On armv6l, fpext frem(12.0f, 5.0f) to double = inf for some reason.
 sed -i '1i; XFAIL: armv6' ../test/ExecutionEngine/frem.ll
+# Disable tests that seem to hang (armv6) or fail with relocation errors (ppc).
+sed -i '1i; UNSUPPORTED: armv6' ../test/CodeGen/Generic/PBQP.ll
+sed -i '1i; UNSUPPORTED: armv6\n; XFAIL: powerpc-' \
+  
../test/ExecutionEngine/{mov64zext32,test-interp-vec-{arithm_{float,int},logical,setcond-{fp,int}}}.ll
 %ifarch ppc64le
 # Sporadic failures, possibly races?
 rm ../test/tools/llvm-cov/{multithreaded-report,sources-specified}.test
@@ -1101,6 +1105,9 @@
 # On s390x, this test complains that a required pass couldn't be found and 
then crashes. (FIXME)
 # But we don't observe the failure on armv7l, probably because we have 
assertions disabled.
 sed -i 's/XFAIL: armv7, thumbv7/XFAIL: s390x/' 
../tools/clang/test/CodeGen/sanitize-coverage.c
+# Tests hang on armv6l.
+sed -i '1i// UNSUPPORTED: armv6' \
+  
../tools/clang/test/Modules/{preprocess-{build-diamond.m,decluse.cpp,module.cpp},string_names.cpp}
 %ifarch ppc64le
 # Sporadic failures, possibly races?
 rm -r ../tools/clang/test/ClangScanDeps

Reply via email to