| Name: | clang |
|---|---|
| Version: | 20.1.8 |
| Release: | 3.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 381961 |
| License: | Apache-2.0 WITH LLVM-exception OR NCSA |
| RPM: | clang-20.1.8-3.el9.x86_64.rpm |
| Source RPM: | llvm-20.1.8-3.el9.src.rpm |
| Build Date: | Fri Sep 12 2025 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://llvm.org |
| Summary: | A C language family front-end for LLVM |
| Description: | clang: noun
1. A loud, resonant, metallic sound.
2. The strident call of a crane or goose.
3. C-language family front-end toolkit.
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 extensible.
Install compiler-rt if you want the Blocks C language extension or to
enable sanitization and profiling options when building, and
libomp-devel to enable -fopenmp. |
- Backport fix for pgo optimized rust toolchain on ppc64le (rhbz#2382683) - Backport fix for crbit spill miscompile on ppc64le power9 and power10 (rhbz#2383037) - Backport fix for build of highway package on ppc64le (rhbz#2383182)
- Update to LLVM 20.1.8
- Add riscv64 enablement bits; thanks: Songsong Zhang (U2FsdGVkX1@gmail.com) and David Abdurachmanov (davidlt@rivosinc.com)
- Update to LLVM 20.1.7
- Fix llvm-config alternatives handling (rhbz#2361779)
- Use libdir suffix in versioned prefix
- Invert symlink direction - Fix i686 multilib installation (rhbz#2365079)
- Backport patch to fix rhbz#2363895
- Rebuilt for Python 3.14
- Bootstrap for Python 3.14