Пакет llvm: Информация

Danger alert: Пакет удалён из репозитория sisyphus

Удалён в задании: #206591
Пакет удалён: Dmitry V. Levin
Дата удаления: 17 мая 2018 г.
    Исходный пакет: llvm
    Версия: 6.0.0-alt1.S1
    Собран:  16 мая 2018 г. 18:05 в задании #206480
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://llvm.org

    Лицензия: NCSA
    О пакете: The Low Level Virtual Machine
    Описание: 
    LLVM is a compiler infrastructure designed for compile-time, link-time,
    runtime, and idle-time optimization of programs from arbitrary
    programming languages. The compiler infrastructure includes mirror sets
    of programming tools as well as libraries with equivalent functionality.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    clang (x86_64, i586)
    clang-analyzer (noarch)
    clang-debuginfo (x86_64, i586)
    clang-devel (x86_64, i586)
    clang-devel-static (x86_64, i586)
    clang-doc (noarch)
    clang-libs (x86_64, i586)
    clang-libs-debuginfo (x86_64, i586)
    lld6.0 (x86_64, i586)
    lld6.0-debuginfo (x86_64, i586)
    lld6.0-devel (x86_64, i586)
    lld6.0-doc (noarch)
    llvm (x86_64, i586)
    llvm-debuginfo (x86_64, i586)
    llvm-devel (x86_64, i586)
    llvm-devel-debuginfo (x86_64, i586)
    llvm-devel-static (x86_64, i586)
    llvm-doc (noarch)
    llvm-libs (x86_64, i586)
    llvm-libs-debuginfo (x86_64, i586)

    Сопровождающий: Valery Inozemtsev


      1. binutils-devel
      2. libstdc++-devel
      3. libffi-devel
      4. perl-Pod-Parser
      5. perl-devel
      6. /proc
      7. chrpath
      8. clang
      9. lld
      10. cmake >= 3.4.3
      11. llvm-devel
      12. rpm-build-ubt
      13. ninja-build
      14. python-module-sphinx-devel
      15. python-modules-compiler
      16. python-modules-json
      17. python-modules-unittest
      18. python-modules-xml
      19. zip
      20. zlib-devel

    Последнее изменение


    16 мая 2018 г. Valery Inozemtsev 6.0.0-alt1.S1
    - Fixed static libraries building.
    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).
    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.