|
|
|
|
Changelog for libLLVM7-7.0.1-lp151.2.3.1.x86_64.rpm :
* Mon Jul 01 2019 Aaron Puchert - Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1138457) * Tue Feb 26 2019 msrbAATTsuse.com- llvm-Ensure-that-variant-part-discriminator-is-read-by-Me.patch, llvm-test-Fix-Assembler-debug-info.ll.patch * Fix crash in rustc (boo#1126907) * Sun Feb 17 2019 John Paul Adrian Glaubitz - Allow use of Gold linker to be conditional- Disable Gold linker on ppc + LLVM currently doesn\'t build with Gold on ppc * Mon Jan 14 2019 msrbAATTsuse.com- Update to llvm 7.0.1 * This release contains bug-fixes for the LLVM 7.0.0 release. This release is API and ABI compatible with 7.0.0. * Sun Dec 30 2018 Dirk Mueller - enable gold unconditionally like with llvm6 and older- reenable openmp support again for aarch64 (like it was already in llvm6) * Wed Dec 19 2018 Todd R - Use %license macro- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros. * Fri Dec 14 2018 John Paul Adrian Glaubitz - Remove ppc from Exclude field in spec file- Allow use of Gold linker to be conditional- Disable Gold linker on ppc- Add patch to fix SUSE GNU triplet on ppc * clang-fix-powerpc-triplet.patch- Add patch from upstream to fix ABI issue on ppc * llvm-D51108.patch- Limit list of enabled targets on ppc * PowerPC;AMDGPU;BPF;NVPTX- Ignore testsuite failures on ppc * Tue Dec 11 2018 msrbAATTsuse.com- llvm-drop-llvm-optional-clang-specific-optimization.patch * Fix ABI incompatibility when libLLVM (built with clang) is linked to a program build with gcc. (boo#1119092) * Tue Oct 23 2018 msrbAATTsuse.com- opt-viewer-Find-style-css-in-usr-share.patch * Make sure opt-viewer installed in /usr/bin can find resources from /usr/share/opt-viewer. (boo#1112730) * Fri Oct 19 2018 msrbAATTsuse.com- llvm-unittests-Don-t-install-TestPlugin.so.patch * It is only used for testing and is causing failures when processing LLVMExports.cmake. * Tue Aug 28 2018 msrbAATTsuse.com- Update to llvm 7.0.0 * For details, see the release notes: https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html- Remove no longer needed patches: * llvm6-fix-gdb-index-crash.patch * lldb-fix-build-with-python-3.7.patch * lldb-add-pthread-dl-libs.patch * polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch- Add tests-use-python3.patch * Prevents tests from failing because of missing python 2.- Add llvm-better-detect-64bit-atomics-support.patch * Fixes build on i586. * Mon Aug 27 2018 msrbAATTsuse.com- Updated llvm-remove-clang-only-flags.patch - Exclude also \"-Werror=unguarded-availability-new\" (bsc#1106000) * Wed Jul 25 2018 msrbAATTsuse.com- Update to llvm 6.0.1 * This release contains bug-fixes for the LLVM 6.0.0 release. It is API and ABI compatible with 6.0.0.- Remove no longer needed llvm6-fix-InstCombine.patch- Add lldb-fix-build-with-python-3.7.patch * Fix build with python 3.7 * Fri Jun 29 2018 l.lunakAATTcentrum.cz- llvm6-fix-gdb-index-crash.patch * From upstream, fix lld --gdb-index crash. * Thu Jun 14 2018 msrbAATTsuse.com- Do not requires gcc6 for older sle versions. * llvm6 is not built on <= 12 SP3 and this was preventing build on 12 SP4. * Thu May 17 2018 msrbAATTsuse.com- llvm_build_tablegen_component_as_shared_library.patch * Build TableGen component as its own shared library because it is not included in the libLLVM library and is needed for ldc. (bsc#1086445) * Thu May 17 2018 tchvatalAATTsuse.com- Add patch llvm6-fix-InstCombine.patch to fix InstCombine init * Will be fixed in 6.0.1 release * Wed May 09 2018 msrbAATTsuse.com- Do not build stage1 with debug info. It was accidentally added with the use of %optflags. This should fix out of memory errors on 32bit architectures and speed up build everywhere else. (bsc#1092697) * Wed Apr 11 2018 msrbAATTsuse.com- llvm-build-tests-with-rtti.patch * Fixes build failure with gcc 8. (bnc#1087136) * Thu Apr 05 2018 msrbAATTsuse.com- Do not export Polly static libraries which we do not distribute. * Updated llvm-do-not-install-static-libraries.patch- Use external jsoncpp instead of the bundled one. * Added polly-cmake-Trust-pkg-config-in-FindJsoncpp.patch- llvm6-devel must require llvm6-polly-devel * Files in llvm6-devel reference Polly. * Mon Mar 19 2018 msrbAATTsuse.com- Update to llvm 6.0.0 * Added polly * Notable changes: - Retpoline Spectre variant 2 mitigation - GlobalISel by default for AArch64 at -O0 - improved scheduling on several x86 micro-architectures - Clang defaults to -std=gnu++14 instead of -std=gnu++98 - support for some upcoming C++2a features - improved optimizations, new compiler warnings, many bug fixes, and more.- Use alternatives for clang\'s bash autocomplete to prevent conflicts with other versions. * Thu Feb 15 2018 msrbAATTsuse.com- Remove liblldb5 and lldb5-devel from baselibs.conf. They are only build for x86_64, so no point having them in baselibs.conf. * Wed Feb 07 2018 msrbAATTsuse.com- Use %optflags, except for FORTIFY_SOURCE which is not compatible with compiler-rt.- Exclude static libraries differently. * Drop llvm-split-static-library-exports-into-their-own-export-file.diff * Drop clang-split-static-library-exports-into-their-own-export-file.diff * Update llvm-do-not-install-static-libraries.patch to not use EXCLUDE_FROM_ALL which is not available in cmake 3.5. - This fixes build on SLE12.- Do not force gcc6 on OpenSUSE - fixes build.- Reduce the amount of concurent link jobs by increasing their memory requirement - to reduce stalls in OBS. * Wed Jan 31 2018 msrbAATTsuse.com- Cleanup %ifarch conditions, remove targets unintentionally added to s390/s390x. (bnc#1078436) * Tue Jan 30 2018 msrbAATTsuse.com- Limit the amount of parallel link jobs, but no longer limit compile jobs. This should prevent running out of memory during linking while not longer slowing down compilation.- Remove build dependency on procps * Mon Jan 29 2018 msrbAATTsuse.com- Reduce disk size requirement to 30GB in _constraints. We no longer need that much since we stopped building static libraries. * Thu Jan 18 2018 msrbAATTsuse.com- n_clang_allow_BUILD_SHARED_LIBRARY.patch * Allow buildling clang with BUILD_SHARED_LIBRARY while the rest is built with LLVM_LINK_LLVM_DYLIB. (bnc#1065464)- Remove clang-devel-static. * Wed Jan 10 2018 msrbAATTsuse.com- Place gold plugin to the right directory. (bnc#1073210) * It must be in /usr/lib/bfd-plugins on all architectures. * Remove llvm5-gold from baselibs.conf - nothing needs a 32bit version of it and it would now conflict with the 64bit one.- Reduce _constraints requirements on 32bit architectures. * Since we had to disable debuginfo on them, they require much less. * Wed Jan 10 2018 normandAATTlinux.vnet.ibm.com- ignore make check error for PowerPC as bypass https://bugs.llvm.org/show_bug.cgi?id=35871 * Mon Jan 08 2018 dmuellerAATTsuse.com- disable debuginfo build for ARM as well * Fri Jan 05 2018 msrbAATTsuse.com- Delete intermediate files during build to reduce total disk usage (bnc#1074625) * Thu Jan 04 2018 msrbAATTsuse.com- Update to llvm 5.0.1 * This release contains bug-fixes for the LLVM 5.0.0 release. * This release is API and ABI compatible with 5.0.0.- llvm-do-not-install-static-libraries.patch * Updated. * Fri Dec 22 2017 fcrozatAATTsuse.com- Increase minimum memory and disk sizes required for building in _constraints. * Wed Dec 13 2017 msrbAATTsuse.com- Rename python3-lldb to python3-lldb5 so it can work with llvm meta package. * Mon Dec 11 2017 msrbAATTsuse.com- Rename python packages to follow naming conventions.- Remove unnecessary dependencies on python3.- Make opt-viewer not require python2. * opt-viewer-Do-not-require-python-2.patch * Mon Dec 04 2017 msrbAATTsuse.com- Switch to python3.- Fix %check tests when used with python3. * Define LANG=C.UTF-8 when running the tests.- Add explicit Provides/Conflicts to llvm5-devel, clang5-devel-static and lldb5-devel. * These are required to be validated by obs repo-checker. * Fri Dec 01 2017 msrbAATTsuse.com- Use LLVM_OPTIMIZED_TABLEGEN to speed up build. (bnc#1064786)- Fix files of lldb4 to work correctly with update-alternatives.- Remove Conflicts clang(LLDB) from lldb4-devel - it does not exist. It would be provided automatically, but no such cmake file is installed.- llvm-do-not-install-static-libraries.patch * Do not install static libraries instead of installing them and deleting after. * Reduces disk usage during build. (bnc#1064786)- Do not build unnecessary parts during stage1. * Speeds up build a bit. (bnc#1064786) * Mon Nov 20 2017 msrbAATTsuse.com- Updated baselibs.conf to reference version 5 packages.- Deleted rogue llvm5.spec.r29 file.- Deleted arm_suse_support.diff, llvm-add_a_LLVM_USE_LINKER.patch, libsanitizer.patch. - No longer used, applied already in the source. * Tue Oct 17 2017 msrbAATTsuse.com- llvm-normally-versioned-libllvm.patch * Change libLLVM naming scheme to match our naming guidelines. * The reasons for the original naming scheme are no longer valid, more details in the patch. * Fri Oct 13 2017 msrbAATTsuse.com- Disable all thread related tests in libcxx. Many of them use timeouts to detect failure. They can fail randomly if the machine is under heavy load (happens often in OBS). * Tue Oct 10 2017 msrbAATTsuse.com- Drop llvm5-devel-static. llvm5-devel contains shared library with the same content. * Mon Oct 09 2017 msrbAATTsuse.com- Increase disk space requirement in _constraints to 45GB. Otherwise the build gets stuck in random places.- Skip build of lldb5 python on distributions with swig < 3.0.11 * Wed Aug 30 2017 msrbAATTsuse.com- Copy from llvm4.- Update to llvm 5.0.0. * Wed Aug 30 2017 msrbAATTsuse.com- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build single libLLVM library. This is the recommended way. The old way was causing various issues. * llvm-split-static-library-exports-into-their-own-export-file.diff * clang-split-static-library-exports-into-their-own-export-file.diff (bnc#1049703)- Add lld, linker for Clang/LLVM (sr#517692)- Include clang++-MAJOR.MINOR symbolic link (bnc#1012260)- Remove unnecessary dependency on flex and bison.- Make sure all binaries are managed by update-alternatives- Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to prevent memory exhaustion on some build machines.- Reduce debuginfo on x86 architecture. LLVM libraries are so big that they exhaust all memory on 32 bit machine if linked with full debuginfo.- Speed up build by skipping parts that are not required in stage1.- Build lldb in-tree as one of the llvm tools. * Tue Aug 29 2017 meissnerAATTsuse.com- clang-ignore-stack-clash-protector.patch: ignore -fstack-clash-protection for now. * Tue Aug 08 2017 schwabAATTsuse.de- xlocale.patch: don\'t use obsolete - libsanitizer.patch: fix use of undocumented types * Sun Jul 16 2017 dmuellerAATTsuse.com- build fixes for armv6 (skip testsuite as it requires 64bit, set the list of targets to include ARM and remove triplet hack) * Sat Jul 01 2017 jimmyAATTboombatower.com- Include provides and conflics in baselibs.conf for llvm4-devel, clang4-devel, llvm4-LTO-devel, and llvm4-gold. * Mon Jun 26 2017 idonmezAATTsuse.com- Update to version 4.0.1 * Minor bugfixes * Fri Jun 02 2017 idonmezAATTsuse.com- Use gcc6 only for SLE boo#1041469 * Tue May 09 2017 idonmezAATTsuse.com- Package libLLVMFuzzer * Wed Apr 19 2017 dmuellerAATTsuse.com- readd arm_suse_support.diff which was accidentally removed in the 4.0.0 update * Wed Apr 05 2017 afaerberAATTsuse.de- Enable AMDGPU and NVPTX targets everywhere except for S/390. The AMDGPU target is needed for Mesa Clover (sr#485802). * Tue Apr 04 2017 idonmezAATTsuse.com- Use gcc6 on SLE12 * Thu Mar 30 2017 idonmezAATTsuse.com- Package license & credits * Mon Mar 27 2017 idonmezAATTsuse.com- Update to version 4.0.0 * See + http://releases.llvm.org/4.0.0/docs/ReleaseNotes.html and + http://releases.llvm.org/4.0.0/tools/clang/docs/ReleaseNotes.html + http://releases.llvm.org/4.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html- Drop the following patches, fixed upstream: amdgpu_revert_r280589.patch arm_suse_support.diff clang-fix-substitutions-abi_tag.patch clang-incomplete-field-types.patch glibc-2.24-libcxx.patch llvm-install-CheckAtomic.patch revert-cmake-soname.patch * Fri Feb 24 2017 idonmezAATTsuse.com- Enable BPF for all arches bsc#1026191 * Wed Jan 25 2017 idonmezAATTsuse.com- libc++ must depend on libc++abi * Wed Jan 25 2017 idonmezAATTsuse.com- Stop using otherproviders() due to an rpm parser bug, use self-conflicts instead as suggested by mls. * Tue Jan 24 2017 idonmezAATTsuse.com- Add amdgpu_revert_r280589.patch to fix an amdgpu regression bsc#1021577 * Tue Jan 17 2017 jslabyAATTsuse.com- Require LLVMgold and libLTO in llvm-devel, otherwise we get in CMake: The imported target \"LLVMgold\" references the file \"/usr/lib64/LLVMgold.so\" but this file does not exist. This happens when requiring llvm3_9-devel directly, not llvm-devel. * Wed Dec 21 2016 idonmezAATTsuse.com- Update to version 3.9.1 * See: + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html * Wed Sep 28 2016 toddrme2178AATTgmail.com- Update to version 3.9.0 * Clang now supports the G++ abi_tag attribute. * Clang will no longer pass --build-id by default to the linker. * Improved C++1z support in Clang. * Clang now has support for all OpenCL 2.0 features. * Added support for all non-offloading features from OpenMP 4.5, * The static analyzer now checks for incorrect usage of MPI APIs in C and C++. * LLVM no longer does inter-procedural analysis and optimization (except inlining) on functions with comdat linkage. * LLVM now supports the Intel CPUs Skylake Server with AVX512 (-march=skylake-avx512) and Knights Landing (-march=knl). * More at: + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html * Fix the following patches: + arm_suse_support.diff + assume-opensuse.patch + clang-resourcedirs.patch + default-to-i586.patch + glibc-2.23-libcxx.patch + glibc-2.24-libcxx.patch + lldb-add-pthread-dl-libs.patch + lldb-cmake.patch + llvm-fix-find-gcc5-install.patch + llvm-remove-clang-only-flags.patch + revert-cmake-soname.patch + set-revision.patch * Remove upstream-included patch: + llvm-nonvoid-return.patch * Remove patch for removed files: + glibc-2.23-libcxx.patch- Backport upstream patches: * clang-fix-substitutions-abi_tag.patch * clang-incomplete-field-types.patch * llvm-install-CheckAtomic.patch- Add clang%{_sonum}-include-fixer subpackage and associated libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel subpackages.- Add sanstats to llvm binary list. * Fri Sep 23 2016 toddrme2178AATTgmail.com- Change update-alternatives to use %postun instead of %preun, which is now what Factory maintainers are requesting.- Use the minor version to set the update-alternatives priority so the most recent version of the LLVM, Clang, and LLDB are used by default.- Add LLVM rpm macros so downstream packages can have some idea how LLVM was built. * Tue Sep 20 2016 toddrme2178AATTgmail.com- Rename libomp to make it possible to have multiple versions available. * Fri Sep 09 2016 toddrme2178AATTgmail.com- Split the old llvm package into this version-specific package and a wrapper package.- Implement update-alternatives to allow parallel installation of many of the subpackages.- Rename subpackages that can be parallel-installed to a version-specific name based on the associated shared library\'s current .so number.- Various fixes to support the above changes. * Wed Sep 07 2016 tchvatalAATTsuse.com- Sort a bit with spec-cleaner- Remove the latest switch for now, things should be either coinstallable or not, we don\'t need to bother around with compilation like this * Wed Aug 31 2016 toddrme2178AATTgmail.com- Update to llvm 3.8.1 * See http://llvm.org/releases/3.8.1/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.1/tools/docs/ReleaseNotes.html- Use versioned libLLVM (to libLLVM3_8) and libclang (to libclang3_8)- Change versioning of liblldb3_8 to liblldb-3_8 and use a variable to control the name instead of hard-coding it.- Use bcond_with and bcond_without to enable/disable build options instead of hard-coding them.- Put buildrequires as requires in -devel packages to avoid linker errors when building packages against the -devel packages.- Add ffi support (disabled by default).- Add oprofile support (disabled by default).- Add valgrind support (disabled by default).- Link cmake files to the normal cmake file directory to allow autodetection of cmake interfaces.- Remove unused lldb components from main spec file.- Split llvm python bindings into own subpackage.- Split emacs plugin into own subpackage- Move additional vim plugins into vim plugins package- Split libc++, libLTO, LLVMgold, libomp, clang-chekers into own subpackages- Make python-clang, llvm-vim-plugins, and llvm-emacs-plugins noarch since they aren\'t architecture-specific.- Make packages besides llvm, llvm-clang, and the shared libraries conflict with other versions. This will be important when multiple LLVM versions are supported.- Various spec file cleanups- Rebase patches: * arm_suse_support.diff * assume-opensuse.patch * clang-resourcedirs.patch * default-to-i586.patch * glibc-2.23-libcxx.patch * glibc-2.24-libcxx.patch * lldb-add-pthread-dl-libs.patch * lldb-cmake.patch * llvm-fix-find-gcc5-install.patch * llvm-nonvoid-return.patch * llvm-remove-clang-only-flags.patch * revert-cmake-soname.patch * set-revision.patch * Fri Aug 26 2016 tchvatalAATTsuse.com- Start conversion to use cmake macros with now introduced compatibility for ninja- Reduce number of threads if we don\'t have enough memory- Add patch for the nonvoid returns: * llvm-nonvoid-return.patch * Thu Jul 28 2016 normandAATTlinux.vnet.ibm.com- for ppc64le set memory to 4GB in _constraints file (failure in Factory:PowerPC) * Wed Jul 13 2016 schwabAATTsuse.de- glibc-2.24-libcxx.patch: fix libcxx testsuite for glibc 2.24 * Wed May 18 2016 ronisbrAATTgmail.com- Build LLDB separated from LLVM.- Re-enable python bindings for the LLDB API. * Wed May 18 2016 idonmezAATTsuse.com- Disable libcxx/lldb/openmp for SLE fate#319582 * Mon Apr 25 2016 idonmezAATTsuse.com- Update rpmlintrc to whitelist libLTO.so * Mon Apr 11 2016 idonmezAATTsuse.com- Re-enable glibc-2.23 patch for Tumbleweed * Sun Apr 10 2016 dmuellerAATTsuse.com- fix arm_suse_support.diff for armv6hl- adjust compile flags for llvm on armv6hl (fixes Mesa build) * Mon Apr 04 2016 idonmezAATTsuse.com- Update llvm-remove-clang-only-flags.patch to remove - Wcovered-switch-default flag for gcc compatibility. * Wed Mar 16 2016 idonmezAATTsuse.com- Use gcc for stage1 bootstrap- Add back libstdc++-devel dependency for clang since libc++ is only available for x86-64 atm. * Thu Mar 10 2016 idonmezAATTsuse.com- Comment out glibc-2.23-libcxx.patch until glibc 2.23 actually hits the Factory. * Tue Mar 08 2016 idonmezAATTsuse.com- Update to llvm 3.8.0 * See http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html and http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html- Fold lldb build into llvm and disable python support- Drop clang-disable-ada-extension.patch, libcxxabi-exceptions.patch and cmake-host-triple.patch- Add revert-cmake-soname.patch to fix soname handling * Wed Mar 02 2016 idonmezAATTsuse.com- Add glibc-2.23-libcxx.patch to fix test failures with glibc 2.23 * Sat Oct 03 2015 mimi.vxAATTgmail.com- Remove FFI support because its fragile * Sun Sep 27 2015 idonmezAATTsuse.com- Enable OpenMP for x86, x86_64, ppc64 and ppc64le * Mon Sep 14 2015 idonmezAATTsuse.com- Enable all targets on x86, x86_64 * Wed Sep 02 2015 idonmezAATTsuse.com- Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html- Merge aarch64-suse-support.patch into arm_suse_support.diff- Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch- Remove llvm-fix-parsearmarch.patch, upstream. * Tue May 26 2015 roAATTsuse.de- fix build on s390x (one typo in ifarch and one change in filelist) * Mon May 25 2015 idonmezAATTsuse.com- Update to version 3.6.1 * No changelog upstream * Fri Apr 24 2015 idonmezAATTsuse.com- Add llvm-fix-parsearmarch.patch to fix parsing armv{6,7}hl archs. * Mon Mar 02 2015 idonmezAATTsuse.com- Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html- Add python-xml dependency for regression tests- Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch * llvm-fix-intrusiverefcntptr.patch * Fri Feb 20 2015 rguentherAATTsuse.com- Add llvm-fix-intrusiverefcntptr.patch to fix build of LLVM tools with GCC 5.- Add llvm-fix-find-gcc5-install.patch to properly find installed GCC 5. * Wed Jan 28 2015 idonmezAATTsuse.com- Add a gcc dependency for clang, this is heavyweight but we need libgcc_s which comes with the gcc package (bnc#893359) * Fri Dec 12 2014 idonmezAATTsuse.com- Conditionalize libcxx{abi} build on build_libcxx variable- Turn libc++.so into an ldscript so it links to libc++abi automatically. * Tue Oct 21 2014 dmuellerAATTsuse.com- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)
|
|
|