Package clang17.0-libs: Information

Binary package: clang17.0-libs
Version: 17.0.6-alt4.1
Architecture: ppc64le
Build time:  Apr 24, 2024, 12:47 AM in the task #345725
Source package: llvm17.0
Category: Development/C
Report package bug
Home page: http://llvm.org

License: Apache-2.0 with LLVM-exception
Summary: clang shared libraries
Description: 
The goal of the Clang project is to create a new C, C++, Objective C
and Objective C++ front-end for the LLVM compiler. Its tools are built
as libraries and designed to be loosely-coupled and extendable.

This package contains shared libraries for the clang compiler.

Maintainer: Konstantin Lepikhov


Last changed


April 23, 2024 Konstantin Lepikhov 17.0.6-alt4.1
- Fix FTBFS: scudo: Fix the use of ASSERT_CAPABILITY in TSD (upstream PR#68273).
- x86_64/ppc64le: compile with mold.
- lld: added /proc to requires.
March 29, 2024 Konstantin Lepikhov 17.0.6-alt4
- openmp: disable build due soname clash with next llvm.
- cmake-modules: move to %llvm_datadir.
March 19, 2024 Alexey Sheplyakov 17.0.6-alt3
- compiler-rt: build with medium code model on LoongArch. Required for
  chromium and other non-trivial apps, as the default code model is too
  tight (maximal code offset is 128 MB)