Package llvm: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #206591
Package removed: Dmitry V. Levin
Deletion date: May 17, 2018
    Source package: llvm
    Version: 6.0.0-alt1.S1
    Build time:  May 16, 2018, 06:05 PM in the task #206480
    Category: Development/C
    Report package bug
    Home page: http://llvm.org

    License: NCSA
    Summary: The Low Level Virtual Machine
    Description: 
    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.

    List of rpms provided by this 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)

    Maintainer: Valery Inozemtsev


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

    Last changed


    May 16, 2018 Valery Inozemtsev 6.0.0-alt1.S1
    - Fixed static libraries building.
    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 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.