Package lldb12.0-doc: Information

    Binary package: lldb12.0-doc
    Version: 12.0.1-alt0.3.mips2
    Architecture: noarch
    Build time:  Mar 3, 2022, 09:28 PM
    Source package: llvm12.0
    Category: Documentation
    Report package bug
    Home page: http://llvm.org

    License: Apache-2.0 with LLVM-exception
    Summary: Documentation for LLDB
    Description: 
    Documentation for the LLDB debugger.

    Maintainer: Ivan A. Melnikov


    Last changed


    March 3, 2022 Ivan A. Melnikov 12.0.1-alt0.3.mips2
    - Add mipsel support:
      + use fpxx ABI by default
      + use pc-relative personality encoding in eh_frame on mips*
        (avoids textrels in eh_frame when linking with lld)
      + enable nomadd4 by default (debian patch, for Loongson3 support)
    - 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.