Пакет llvm6.0: Информация

    Исходный пакет: llvm6.0
    Версия: 6.0.0-alt0.6.M80C.1.rel
    Собран:  13 ноября 2018 г. 3:04 в задании #215187
    Категория: Разработка/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-пакетом:
    clang6.0 (x86_64, i586)
    clang6.0-analyzer (noarch)
    clang6.0-debuginfo (x86_64, i586)
    clang6.0-devel (x86_64, i586)
    clang6.0-devel-static (x86_64, i586)
    clang6.0-doc (noarch)
    clang6.0-libs (x86_64, i586)
    clang6.0-libs-debuginfo (x86_64, i586)
    lld (x86_64, i586)
    lld-debuginfo (x86_64, i586)
    lld-devel (x86_64, i586)
    lld-doc (noarch)
    llvm6.0 (x86_64, i586)
    llvm6.0-debuginfo (x86_64, i586)
    llvm6.0-devel (x86_64, i586)
    llvm6.0-devel-debuginfo (x86_64, i586)
    llvm6.0-devel-static (x86_64, i586)
    llvm6.0-doc (noarch)
    llvm6.0-libs (x86_64, i586)
    llvm6.0-libs-debuginfo (x86_64, i586)

    Сопровождающий: Andrey Cherepanov


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

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


    12 сентября 2018 г. Andrey Cherepanov 6.0.0-alt0.6.M80C.1.rel
    - Backport to c8 branch (bootstrapped).
    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.