Hello community,

here is the log from the commit of package llvm7 for openSUSE:Factory checked 
in at 2020-11-25 19:29:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm7 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm7.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm7"

Wed Nov 25 19:29:52 2020 rev:26 rq:850626 version:7.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm7/llvm7.changes      2020-10-02 
17:41:14.614879601 +0200
+++ /work/SRC/openSUSE:Factory/.llvm7.new.5913/llvm7.changes    2020-11-25 
19:30:51.994586781 +0100
@@ -1,0 +2,6 @@
+Mon Nov 23 08:32:33 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Remove '-mbranch-protection=standard' option as it is supported
+  on llvm8 and later only
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm7.spec ++++++
--- /var/tmp/diff_new_pack.jWk8an/_old  2020-11-25 19:30:54.282589033 +0100
+++ /var/tmp/diff_new_pack.jWk8an/_new  2020-11-25 19:30:54.286589037 +0100
@@ -589,6 +589,10 @@
 # 2) Remove the -g. We don't want it in stage1 and it will be added by cmake in
 #    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 used on llvm8 and later only
+flags=$(echo $flags | sed 's/-mbranch-protection=standard//')
+%endif
 
 %ifarch armv6hl
 flags+=" -mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
_______________________________________________
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