Пакет llvm12.0-devel: Изменения
Последнее изменение
21 сентября 2021 г. Arseny Maslennikov 12.0.1-alt3
- Included git-clang-format in clang-tools (closes: bug 40912). Split off LLVMgold.so to its own package. Added a requirement on llvmN-gold from llvmN-libs.
5 сентября 2021 г. Arseny Maslennikov 12.0.1-alt2
- Marked the package as built by ALT Linux Team (-DPACKAGE_VENDOR) so it's easier to distinguish from custom builds. - If compiled with gcc, we now pass -ffat-lto-objects to it. - Enabled -grecord-command-line by default (closes: bug 40628). Code generation is unaffected.
10 августа 2021 г. Arseny Maslennikov 12.0.1-alt1
- 12.0.0 -> 12.0.1. (Closes: bug 40358)
11 мая 2021 г. Arseny Maslennikov 12.0.0-alt2
- Built with python2 in BTE to appease python2's findprov.
16 апреля 2021 г. Arseny Maslennikov 12.0.0-alt1
- 12.0.0.
8 января 2021 г. Arseny Maslennikov 11.0.1-alt1
- 11.0.0 -> 11.0.1. - New LLVM subproject: lldb.
11 декабря 2020 г. Arseny Maslennikov 11.0.0-alt2
- Installed to /usr/lib/llvm-11.0 to ensure peaceful co-existence with other LLVM versions. Numbered shared libraries in /usr/lib/llvm-12.0/%_lib are symlinked to %_libdir to properly generate library dependencies. - Moved clang-format and other clang-based tools to clang11.0-tools. - New LLVM subproject: clang-tools-extra. + 2 new packages: clang11.0-tools, clangd11.0 - Enabled all LLVM targets. - Moved C/C++ compiler support away from clang-libs to clang-libs-support. - Moved Clang .so runtimes (scudo and sanitizers) with available static variants to clang-libs-support-shared-runtimes to comply with sisyphus-check-static.
13 октября 2020 г. Valery Inozemtsev 11.0.0-alt1
- 11.0.0 - Built with gcc.
12 августа 2020 г. Aleksei Nikiforov 10.0.1-alt2
- Applied upstream patch which should fix ppc64le-specific issue.
11 августа 2020 г. Valery Inozemtsev 10.0.1-alt1
- 10.0.1
5 мая 2020 г. Nikita Ermakov 10.0.0-alt2
- add riscv64 support
25 марта 2020 г. Valery Inozemtsev 10.0.0-alt1
- 10.0.0
20 марта 2020 г. Valery Inozemtsev 9.0.1-alt3
- use 'Release' build - clang: fixed link with option -fsanitize=address (closes: #38250)
13 февраля 2020 г. Valery Inozemtsev 9.0.1-alt2
- build with clang
10 февраля 2020 г. Valery Inozemtsev 9.0.1-alt1
- 9.0.1
22 мая 2019 г. Gleb Fotengauer-Malinovskiy 7.0.1-alt4.rel
- Added mipsel-alt-linux and ppc64le-alt-linux triples support. - lld: + mipsel: allowed textrels by default; + ppc64le: backported upstream fixes for ThinLTO support and relocation checks.
21 января 2019 г. Konstantin Lepikhov 7.0.1-alt3.rel
- Added patches from stable: + llvm-nm: Add --portability as alias for --format=posix. + llvm-objdump: Implement -z/--disassemble-zeroes. + AMDGPU: test for uniformity of branch instruction, not its condition.
4 января 2019 г. Konstantin Lepikhov 7.0.1-alt2.rel
- Rebuild by clang7.0.
21 декабря 2018 г. Konstantin Lepikhov 7.0.1-alt1.rel.1
- Bootstrap w/ gcc.
17 декабря 2018 г. Konstantin Lepikhov 7.0.1-alt1.rel
- Updated to 7.0.1. - Split static library exports in cmake (patch from RH). - Build with clang.
22 сентября 2018 г. Konstantin Lepikhov 7.0.0-alt1.rel
- First try of 7.0.0.
5 сентября 2018 г. Aleksei Nikiforov 6.0.0-alt0.11.rel
- NMU: updated build with clang for aarch64.
19 июня 2018 г. Konstantin Lepikhov 6.0.0-alt0.10.rel
- llvm-ar: backported support of dashed options (chromium build depends on it).
12 июня 2018 г. Gleb Fotengauer-Malinovskiy 6.0.0-alt0.9.rel
- aarch64: rebuilt with clang.
12 июня 2018 г. Gleb Fotengauer-Malinovskiy 6.0.0-alt0.8.rel
- lld: backported upstream commit implementing --{push,pop}-state support. - clang: changed default dynamic linker path for aarch64 architecture. - aarch64: temporarily rebuilt with gcc to fix build from source. - clang-alt-triple.patch: added mipsel and mips64el triplets.
28 марта 2018 г. Konstantin Lepikhov 7.0.0-alt0.3.r328699
- Rebased to llvm master SVN r328699.
20 марта 2018 г. Konstantin Lepikhov 6.0.0-alt0.7.rel
- Reduce debuginfo for x86_64. - Use 'Release' build on x86_64. - Fix provides/obsoletes. - Move clang libs to separate pkg (to ease future migrations).
18 марта 2018 г. Konstantin Lepikhov 7.0.0-alt0.2.r327779
- Rebased to llvm master SVN r327779. - Build w/ clang and lld. - .spec: sync changes with llvm6.0.
15 марта 2018 г. Konstantin Lepikhov 6.0.0-alt0.6.rel
- Bootstrap with clang, lld and ThinLTO. - .spec: sync with RH + 0001-DebugInfo-Discard-invalid-DBG_VALUE-instructions-in-.patch + 0001-Fixup-for-rL326769-RegState-Debug-is-being-truncated.patch + RH-0001-CMake-Split-static-library-exports-into-their-own-ex.patch - .spec: move gold plugin to -devel (tnx to legion@) - Build changes: + Reduce memory consumption on x86: + Reduce amount of debuginfo (use -g1) + Use Release as build target. + Use compiler-rt (instead of libgcc). + Use 8 build jobs.
12 марта 2018 г. Konstantin Lepikhov 6.0.0-alt0.5.rel
- Test build using clang and lld. - Increase build jobs number to 16 (thanks to lld/thinLTO).