Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.24 KB

meta-clang-revival

This Yocto layer contains older CLANG versions revived from meta-clang.

meta-clang only maintains a single version of CLANG, which is always the latest version matching the LLVM version in openembedded-core.

The problem with only keeping a single LLVM or CLANG version is that crucial projects are slow to update their LLVM version support:

Usage

meta-clang optionally suggests setting the default compiler to CLANG:

TOOLCHAIN ?= "clang"

When using the meta-clang-revival layer, don't do this.

Besides this, this layer automatically allows building the Intel Compute Runtime with CLANG 15 in meta-intel.

meta-python-ai also relies on this layer for building the python3-llvmlite package.

(C) Zoltán Böszörményi [email protected]