Hello community,

here is the log from the commit of package llvm7 for openSUSE:Factory checked 
in at 2018-10-22 11:24:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm7 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm7"

Mon Oct 22 11:24:09 2018 rev:2 rq:643186 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm7/llvm7.changes      2018-10-04 
19:00:49.623245351 +0200
+++ /work/SRC/openSUSE:Factory/.llvm7.new/llvm7.changes 2018-10-22 
11:24:34.251082280 +0200
@@ -1,0 +2,7 @@
+Fri Oct 19 12:32:11 UTC 2018 - [email protected]
+
+- llvm-unittests-Don-t-install-TestPlugin.so.patch
+  * It is only used for testing and is causing failures when
+    processing LLVMExports.cmake.
+
+-------------------------------------------------------------------

New:
----
  llvm-unittests-Don-t-install-TestPlugin.so.patch

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

Other differences:
------------------
++++++ llvm7.spec ++++++
--- /var/tmp/diff_new_pack.IHUx3i/_old  2018-10-22 11:24:38.383078177 +0200
+++ /var/tmp/diff_new_pack.IHUx3i/_new  2018-10-22 11:24:38.387078173 +0200
@@ -98,6 +98,7 @@
 Patch20:        llvm_build_tablegen_component_as_shared_library.patch
 Patch21:        tests-use-python3.patch
 Patch22:        llvm-better-detect-64bit-atomics-support.patch
+Patch23:        llvm-unittests-Don-t-install-TestPlugin.so.patch
 BuildRequires:  binutils-devel >= 2.21.90
 BuildRequires:  binutils-gold
 BuildRequires:  cmake
@@ -116,7 +117,7 @@
 Requires:       libLLVM%{_sonum}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:      %{_tmppath}/%{name}-%{_relver}-build
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # llvm does not work on ppc or s390
 ExcludeArch:    ppc s390
 BuildRequires:  gcc
@@ -518,6 +519,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 pushd cfe-%{_relver}.src
 %patch1 -p1

++++++ llvm-unittests-Don-t-install-TestPlugin.so.patch ++++++
>From 211d8416d25524a5011d62fd059fae16245a0dab Mon Sep 17 00:00:00 2001
From: Michal Srb <[email protected]>
Date: Fri, 19 Oct 2018 13:57:24 +0200
Subject: [PATCH] unittests: Don't install TestPlugin.so

---
 unittests/Passes/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unittests/Passes/CMakeLists.txt b/unittests/Passes/CMakeLists.txt
index d90df209d4e..415329e616c 100644
--- a/unittests/Passes/CMakeLists.txt
+++ b/unittests/Passes/CMakeLists.txt
@@ -14,7 +14,7 @@ add_llvm_unittest(PluginsTests
 export_executable_symbols(PluginsTests)
 
 set(LLVM_LINK_COMPONENTS)
-add_llvm_loadable_module(TestPlugin
+add_llvm_library(TestPlugin MODULE BUILDTREE_ONLY
   TestPlugin.cpp
   )
 
-- 
2.16.4


Reply via email to