Hello community,

here is the log from the commit of package llvm8 for openSUSE:Factory checked 
in at 2020-12-03 18:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm8 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm8.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm8"

Thu Dec  3 18:42:50 2020 rev:15 rq:852729 version:8.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm8/llvm8.changes      2020-09-30 
19:54:50.888809209 +0200
+++ /work/SRC/openSUSE:Factory/.llvm8.new.5913/llvm8.changes    2020-12-03 
18:43:51.426247120 +0100
@@ -1,0 +2,6 @@
+Wed Dec  2 09:12:39 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- '-mbranch-protection=standard' is broken on llvm8, so disable it
+  boo#1179085
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm8.spec ++++++
--- /var/tmp/diff_new_pack.39fDYi/_old  2020-12-03 18:43:52.734248848 +0100
+++ /var/tmp/diff_new_pack.39fDYi/_new  2020-12-03 18:43:52.738248853 +0100
@@ -581,6 +581,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 llvm8 - 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