Changelog for
llvm8-vim-plugins-8.0.1-50.70.noarch.rpm :
* Thu Jun 15 2023 Aaron Puchert
- Fix conflicts/provides for python3-clang to point to %python3_sitelib instead of %python3_sitearch.
* Sat May 13 2023 Aaron Puchert - Never use ld.gold (boo#1210688).- Rewrite summary and description for llvm-gold to point out that it can also be used with ld.bfd, recommend with binutils.- Don\'t run tests on ppc64le, too many are broken.- Ignore some test failures on s390x and ppc64.
* Sun Apr 02 2023 Aaron Puchert - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.- Add compiler-rt-D88922-nostdlib.patch: Fix build with GCC/ libstdc++ 13 by making sure we don\'t accidentally use C++ headers instead of C headers.
* Sat Sep 03 2022 Aaron Puchert - Make sure we keep -DNDEBUG. At some point %{optflags} must have lost it, perhaps because CMake usually adds it on top. So when overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF, because that\'s the default anyway and hasn\'t helped here.- Add llvm-glibc-2-36.patch in order to address boo#1202215.- No debug info for ppc like for the other 32-bit targets.
* Sun Apr 24 2022 Aaron Puchert - Don\'t override default linker flags. (We were losing -Wl,-z,now.)
* Thu Feb 03 2022 Aaron Puchert - Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH for building and testing to simulate behavior of actual package.
* Sun Jan 02 2022 Aaron Puchert - Remove man page for FileCheck that we don\'t ship.
* Sat Dec 18 2021 Aaron Puchert - BuildRequires: python-rpm-macros to fix Leap 15.3 build.
* Fri Jul 02 2021 Aaron Puchert - Add compiler-rt-Remove-cyclades-inclusion-in-sanitizer.patch: Fix build with linux-glibc-devel 5.13.
* Sat Jun 05 2021 Aaron Puchert - Fix-missing-include.patch: fix build with GCC 11. (boo#1181875)
* Fri Jan 01 2021 Callum Farmer - Move BFD plugins to %{_libdir}
* Wed Dec 02 2020 Guillaume GARDET - \'-mbranch-protection=standard\' is broken on llvm8, so disable it boo#1179085
* Mon Sep 28 2020 Tom de Vries - Fix dsymutil crash on ELF file. (bsc#1176964)
* llvm-fix-a-copy-and-paste-error-that-would-cause-a-crash.patch
* Fri Jul 10 2020 Aaron Puchert - Add fix-ppcle64-build.patch to fix ppc64le build.
* Thu Mar 19 2020 Aaron Puchert - Move all clang-related scripts (including those originally in clangX-checker) and hmaptool into a common unversioned subpackage clang-tools, like python3-clang. The scripts reference the unversioned executables, so allowing multiple versions via update-alternatives would be misleading. This should be the proper solution to boo#1161873.- Include run-find-all-symbols script in clang-tools.- Drop the now empty llvm-emacs-plugins package.- Remove metadata for clangX-include-fixer subpackage that never had any files and thus wasn\'t released as rpm. There are so many clang binaries that packaging them separately doesn\'t scale.- Remove unneccesary libtool dependency.- Don\'t let clang depend on libc++, we link it with libstdc++.- Recommend gold plugin if clang and gold are installed.- Require clang-tools for clangX-devel.
* Tue Feb 25 2020 Aaron Puchert - Add compiler-rt-sanitizer-ipc-perm.patch to fix glibc 2.31 build.