Description of problem: llvm.git contains a binary, bolt, a binary post-link optimizer Version-Release number of selected component (if applicable): llvm-14.0.0-1.fc36 How reproducible: Always Steps to Reproduce: 1. install llvm 2. look for bolt Actual results: Found bolt, a system daemon to manage Thunderbolt devices Expected results: Found bolt, a binary post-link optimizer Additional info: I expect this will be trivial if we move to monorepo style packaging with a single .spec file for all llvm products. Then llvm-bolt becomes just another subpackage.
First attempt of standalone build here: https://koji.fedoraproject.org/koji/taskinfo?taskID=89984515
My attempt at unifying llvm.spec and clang.spec, not working yet: https://src.fedoraproject.org/fork/avik/rpms/llvm/commits/llvm-clang
> First attempt of standalone build here: https://koji.fedoraproject.org/koji/taskinfo?taskID=89984515 Is there a SPEC and other src files for this package somewhere?
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2124479 << review request here, including spec file and srpm.
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2124479 << review request here, including spec file and srpm. Thanks!
llvm-bolt is available in rawhide (https://src.fedoraproject.org/rpms/llvm-bolt).
Many thanks. Any chance it can be made available in F37?