SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-clang-2.2.0-1.24.noarch.rpm :

* Tue Mar 19 2019 Tomáš Chvátal - Rename to llvm-roc to include AMD changes
* Sun Mar 10 2019 aaronpuchertAATTalice-dsl.net- Remove -fno-strict-aliasing, which upstream doesn\'t use any more since r245304 in 2015. (http://reviews.llvm.org/D12036) It\'s probably also not needed for modern versions of GCC. It was enabled in r105644 because of some bugs there.- Add a clang-%{_sonum} symlink, which is referenced by /usr/lib64/cmake/clang/ClangTargets.cmake (boo#1120098)- Package clang builtin headers with libclang. The library is basically unusable without the builtin headers. Currently consumers of libclang have to require clang as well, although only the headers are needed.
* 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.
 
ICM