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-09-25 00:35:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm12 (Old) and /work/SRC/openSUSE:Factory/.llvm12.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm12" Sat Sep 25 00:35:14 2021 rev:5 rq:920056 version:12.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm12/llvm12.changes 2021-07-13 22:37:05.750292515 +0200 +++ /work/SRC/openSUSE:Factory/.llvm12.new.1899/llvm12.changes 2021-09-25 00:35:53.207160220 +0200 @@ -1,0 +2,7 @@ +Sat Sep 18 13:54:44 UTC 2021 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Set CMAKE_LINKER to workaround CMake wanting to use lld just + because we're using clang as compiler. Fixes build on aarch64. + (https://bugs.llvm.org/show_bug.cgi?id=51115) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm12.spec ++++++ --- /var/tmp/diff_new_pack.4FUjvY/_old 2021-09-25 00:35:54.159161213 +0200 +++ /var/tmp/diff_new_pack.4FUjvY/_new 2021-09-25 00:35:54.163161218 +0200 @@ -778,10 +778,14 @@ -DCMAKE_AR="${LLVM_AR}" \ -DCMAKE_RANLIB="${LLVM_RANLIB}" \ %if %{with gold} + -DCMAKE_LINKER=%{_bindir}/ld.gold \ -DLLVM_USE_LINKER=gold \ %else + -DCMAKE_LINKER=${LLD} \ -DLLVM_USE_LINKER=${LLD} \ %endif +%else + -DCMAKE_LINKER=%{_bindir}/ld \ %endif %ifarch %arm ppc s390 %{ix86} -DCMAKE_C_FLAGS_RELWITHDEBINFO="-g1" \