Name: | clang |
---|---|
Version: | 19.1.7 |
Release: | 2.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 291268 |
License: | Apache-2.0 WITH LLVM-exception OR NCSA |
RPM: | clang-19.1.7-2.el9.aarch64.rpm |
Source RPM: | llvm-19.1.7-2.el9.src.rpm |
Build Date: | Thu Mar 06 2025 |
Build Host: | build-ol9-aarch64.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. |
- Remove llvm 18 compat lib
* Update to LLVM 19.1.7 (RHEL-57460)
- Disable libomp tests on s390x RHEL entirely.
- Update to 19.1.5 - Enable LLVM_ENABLE_ZSTD (rhbz#2321848) - Remove HTML documentation - Add lldb man pages - Fix profiling after a binutils NOTE change (rhbz#2322754) - Install i386 config files on x86_64
- Update to 19.1.3
- Workaround for GFX11.5 export priority (RHEL-49517)
- Remove llvm 17 compat lib
- Update to LLVM 18.1.8
- Fix use after free on ppc64le (rhbz#2283525)
- Turn on build condition bundle_compat_lib by default