Hello community,

here is the log from the commit of package llvm9 for openSUSE:Factory checked 
in at 2020-12-16 11:00:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm9 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm9.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm9"

Wed Dec 16 11:00:29 2020 rev:20 rq:855896 version:9.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm9/llvm9.changes      2020-11-30 
09:53:34.749762930 +0100
+++ /work/SRC/openSUSE:Factory/.llvm9.new.2328/llvm9.changes    2020-12-16 
11:00:29.783570417 +0100
@@ -1,0 +2,6 @@
+Mon Dec 14 10:01:06 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- '-mbranch-protection=standard' is broken on llvm9, so disable it
+  boo#1179085
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm9.spec ++++++
--- /var/tmp/diff_new_pack.qwNujf/_old  2020-12-16 11:00:31.603572205 +0100
+++ /var/tmp/diff_new_pack.qwNujf/_new  2020-12-16 11:00:31.607572209 +0100
@@ -661,6 +661,10 @@
 #    the following stage.
 flags=$(echo %{optflags} | sed 
's/-D_FORTIFY_SOURCE=./-D_FORTIFY_SOURCE=0/;s/\B-g\b//g')
 
+%ifarch aarch64
+# -mbranch-protection=standard is broken on llvm9 - boo#1179085
+flags=$(echo $flags | sed 's/-mbranch-protection=standard//')
+%endif
 %ifarch armv6hl
 flags+=" -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
 %endif
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to