Sept. 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. |
Sept. 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. |
Aug. 10, 2021 Arseny Maslennikov 12.0.1-alt1 |
- 12.0.0 -> 12.0.1. (Closes: bug 40358) |
May 11, 2021 Arseny Maslennikov 12.0.0-alt2 |
- Built with python2 in BTE to appease python2's findprov. |
April 16, 2021 Arseny Maslennikov 12.0.0-alt1 |
- 12.0.0. |
Jan. 8, 2021 Arseny Maslennikov 11.0.1-alt1 |
- 11.0.0 -> 11.0.1.
- New LLVM subproject: lldb. |
Dec. 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. |
Oct. 13, 2020 Valery Inozemtsev 11.0.0-alt1 |
- 11.0.0
- Built with gcc. |
Aug. 12, 2020 Aleksei Nikiforov 10.0.1-alt2 |
- Applied upstream patch which should fix ppc64le-specific issue. |
Aug. 11, 2020 Valery Inozemtsev 10.0.1-alt1 |
- 10.0.1 |
May 5, 2020 Nikita Ermakov 10.0.0-alt2 |
- add riscv64 support |
March 25, 2020 Valery Inozemtsev 10.0.0-alt1 |
- 10.0.0 |
March 20, 2020 Valery Inozemtsev 9.0.1-alt3 |
- use 'Release' build
- clang: fixed link with option -fsanitize=address (closes: #38250) |
Feb. 13, 2020 Valery Inozemtsev 9.0.1-alt2 |
- build with clang |
Feb. 10, 2020 Valery Inozemtsev 9.0.1-alt1 |
- 9.0.1 |
May 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. |
Jan. 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. |
Jan. 4, 2019 Konstantin Lepikhov 7.0.1-alt2.rel |
- Rebuild by clang7.0. |
Dec. 21, 2018 Konstantin Lepikhov 7.0.1-alt1.rel.1 |
- Bootstrap w/ gcc. |
Dec. 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. |
Sept. 22, 2018 Konstantin Lepikhov 7.0.0-alt1.rel |
- First try of 7.0.0. |
Sept. 5, 2018 Aleksei Nikiforov 6.0.0-alt0.11.rel |
- NMU: updated build with clang for aarch64. |
June 19, 2018 Konstantin Lepikhov 6.0.0-alt0.10.rel |
- llvm-ar: backported support of dashed options (chromium build
depends on it). |
June 12, 2018 Gleb Fotengauer-Malinovskiy 6.0.0-alt0.9.rel |
- aarch64: rebuilt with clang. |
June 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. |
March 28, 2018 Konstantin Lepikhov 7.0.0-alt0.3.r328699 |
- Rebased to llvm master SVN r328699. |
March 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). |
March 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. |
March 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. |
March 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). |