| Name: | clang |
|---|---|
| Version: | 20.1.8 |
| Release: | 1.el10 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 377739 |
| License: | Apache-2.0 WITH LLVM-exception OR NCSA |
| RPM: | clang-20.1.8-1.el10.x86_64.rpm |
| Source RPM: | llvm-20.1.8-1.el10.src.rpm |
| Build Date: | Fri Aug 29 2025 |
| Build Host: | build-ol10-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. |
- LLVM 20.1.8 relase
- Remove bundled llvm19 compat package
- Update to LLVM 20.1.4 - Drop ARM and MIPS targets (RHEL-86089)
- Update to LLVM 20.1.2 (RHEL-80988)
- Support CET in libomp.so (RHEL-74346)
- Update to LLVM 19.1.7 (RHEL-57456) - Remove llvm18 compat package (RHEL-57457) - Remove generated html content from llvm-doc subpackage (RHEL-58900) - Enable LLVM_ENABLE_ZSTD=ON (RHEL-70325)
- Add missing requires
- Update openmp patch
- Backport ppc openmp patch
- Fix build on some brew builders