Package llvm-devel-static: Information

  • Default inline alert: Version in the repository: 18.1.0-alt1

Binary package: llvm-devel-static
Version: 6.0.0-alt1.S1
Architecture: x86_64
Build time:  May 16, 2018, 06:05 PM in the task #206480
Source package: llvm
Category: Development/C
Report package bug
Home page: http://llvm.org

License: NCSA
Summary: Static libraries for LLVM
Description: 
This package contains static libraries needed to develop new
native programs that use the LLVM infrastructure.

Maintainer: Valery Inozemtsev


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.