Search Criteria
Package Details: llvm-bolt 19.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/llvm-bolt.git (read-only, click to copy) |
---|---|
Package Base: | llvm-bolt |
Description: | a post-link optimizer developed to speed up large applications |
Upstream URL: | https://github.com/llvm/llvm-project/tree/main/bolt |
Licenses: | Apache-2.0 WITH LLVM-exception |
Submitter: | ptr1337 |
Maintainer: | ptr1337 |
Last Packager: | ptr1337 |
Votes: | 1 |
Popularity: | 0.002620 |
First Submitted: | 2024-01-09 20:25 (UTC) |
Last Updated: | 2024-10-01 18:14 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- ncurses (ncurses-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
1ohm commented on 2024-04-05 03:51 (UTC) (edited on 2024-04-05 03:51 (UTC) by 1ohm)
The latest llvm-bolt builds will fail with check-bolt. Reason is that check-bolt depends on clang being compiled as well.
Workaround is to remove check-bolt.
I just fixed the PKGBUILD like this:
VorpalWay commented on 2024-03-10 21:54 (UTC)
@ptr1337 seems like the problem @dansecob was seeing is still there.
ptr1337 commented on 2024-02-01 20:35 (UTC)
Hi!
Thank you, I have committed it.
dansecob commented on 2024-01-30 18:41 (UTC)
Check fails to find ninja.build on my machine. Replacing
with
properly runs in the build directory.
check-bolt
still isn't recognized as a target, butcheck-all
works. I checked the targets generated by CMake and didn't seecheck-bolt
, don't know why it is missing.dansecob commented on 2024-01-22 01:40 (UTC) (edited on 2024-01-22 01:43 (UTC) by dansecob)
As of LLVM 17.0.0-rc1, the signer appears to have switched from Tom Stellard to Tobias Hieta (with key D574BD5D1D0E98895E3BF90044F2485E45D59042). The LLVM package has both PGP keys (https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/blob/main/PKGBUILD?ref_type=heads).
Here is the patch to update that signature.