Package llvm12.0: Information

    Source package: llvm12.0
    Version: 12.0.1-alt0.3.rv64.2
    Build time:  Mar 6, 2022, 09:23 PM
    Category: Development/C
    Report package bug
    Home page: http://llvm.org

    License: Apache-2.0 with LLVM-exception
    Summary: The LLVM Compiler Infrastructure
    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:
    clang12.0 (riscv64)
    clang12.0-analyzer (noarch)
    clang12.0-debuginfo (riscv64)
    clang12.0-devel (riscv64)
    clang12.0-devel-static (riscv64)
    clang12.0-doc (noarch)
    clang12.0-libs (riscv64)
    clang12.0-libs-debuginfo (riscv64)
    clang12.0-libs-support (riscv64)
    clang12.0-libs-support-shared-runtimes (riscv64)
    clang12.0-libs-support-shared-runtimes-debuginfo (riscv64)
    clang12.0-tools (riscv64)
    clang12.0-tools-debuginfo (riscv64)
    clangd12.0 (riscv64)
    clangd12.0-debuginfo (riscv64)
    lld12.0 (riscv64)
    lld12.0-debuginfo (riscv64)
    lld12.0-devel (riscv64)
    lld12.0-doc (noarch)
    llvm12.0 (riscv64)
    llvm12.0-debuginfo (riscv64)
    llvm12.0-devel (riscv64)
    llvm12.0-devel-debuginfo (riscv64)
    llvm12.0-devel-static (riscv64)
    llvm12.0-doc (noarch)
    llvm12.0-filesystem (riscv64)
    llvm12.0-gold (riscv64)
    llvm12.0-gold-debuginfo (riscv64)
    llvm12.0-libs (riscv64)
    llvm12.0-libs-debuginfo (riscv64)
    llvm12.0-tools (riscv64)

    Maintainer: Ivan A. Melnikov


      1. python3-module-recommonmark
      2. binutils-devel
      3. perl-Pod-Parser
      4. libstdc++-devel
      5. libffi-devel
      6. perl-devel
      7. /proc
      8. cmake >= 3.4.3
      9. libncursesw-devel
      10. rpm-build >= 4.0.4-alt112
      11. rpm-build-python
      12. ninja-build
      13. rpm-build-python3
      14. rpm-macros-llvm-common
      15. gcc-c++
      16. zip
      17. zlib-devel

    Last changed


    March 2, 2022 Ivan A. Melnikov 12.0.1-alt0.3.rv64.2
    - Add current mipsel patches
    - Add riscv64 support:
      + fix clang-alt-triple.patch
      + disable lldb on riscv64 (no support yet)
      + backport .insn directive support for RISC-V from upstream
        (required to build recent rust).
    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.