Hello community, here is the log from the commit of package llvm6 for openSUSE:Factory checked in at 2018-05-23 16:06:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm6 (Old) and /work/SRC/openSUSE:Factory/.llvm6.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm6" Wed May 23 16:06:54 2018 rev:5 rq:610052 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm6/llvm6.changes 2018-05-13 15:56:11.585754221 +0200 +++ /work/SRC/openSUSE:Factory/.llvm6.new/llvm6.changes 2018-05-23 16:06:59.174631208 +0200 @@ -1,0 +2,6 @@ +Thu May 17 11:18:46 UTC 2018 - [email protected] + +- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init + * Will be fixed in 6.0.1 release + +------------------------------------------------------------------- New: ---- llvm6-fix-InstCombine.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm6.spec ++++++ --- /var/tmp/diff_new_pack.obC8bR/_old 2018-05-23 16:07:03.082488067 +0200 +++ /var/tmp/diff_new_pack.obC8bR/_new 2018-05-23 16:07:03.086487920 +0200 @@ -98,6 +98,7 @@ Patch16: n_clang_allow_BUILD_SHARED_LIBRARY.patch Patch17: polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch Patch18: llvm-build-tests-with-rtti.patch +Patch19: llvm6-fix-InstCombine.patch BuildRequires: binutils-devel >= 2.21.90 BuildRequires: binutils-gold BuildRequires: cmake @@ -516,6 +517,7 @@ %patch14 -p1 %patch15 -p1 %patch18 -p1 +%patch19 -p2 pushd cfe-%{version}.src %patch1 -p1 ++++++ llvm6-fix-InstCombine.patch ++++++ Index: llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp =================================================================== --- llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp +++ llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -34,6 +34,7 @@ //===----------------------------------------------------------------------===// #include "InstCombineInternal.h" +#include "llvm-c/Initialization.h" #include "llvm/ADT/APInt.h" #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h"
