Description

A place to build a PGO instrumented LLVM toolchain

Installation Instructions

Do not install! When clang is built, look for the clang-llvm-pgo-profdata subpackage and take the embedded *.profdata file as input for a new PGO optimized build of both, llvm and clang.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora 40 aarch64 (109)*, ppc64le (125)*, s390x (140)*, x86_64 (131)* Fedora 40 (0 downloads)
Fedora 41 aarch64 [modified] (230)*, ppc64le [modified] (132)*, s390x [modified] (163)*, x86_64 [modified] (196)* Fedora 41 (32 downloads)
Fedora 42 aarch64 [modified] (44)*, ppc64le [modified] (75)*, s390x [modified] (79)*, x86_64 [modified] (39)* Fedora 42 (14 downloads)
Fedora rawhide aarch64 [modified] (257)*, ppc64le [modified] (281)*, s390x [modified] (248)*, x86_64 [modified] (294)* Fedora rawhide (59 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable @fedora-llvm-team/llvm-pgo-instrumented
More info about enabling Copr repositories

Other Actions