Search Criteria
Package Details: llvm10 10.0.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/llvm10.git (read-only, click to copy) |
---|---|
Package Base: | llvm10 |
Description: | Collection of modular and reusable compiler and toolchain technologies |
Upstream URL: | https://llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Submitter: | Drommer |
Maintainer: | Drommer |
Last Packager: | Drommer |
Votes: | 2 |
Popularity: | 0.20 |
First Submitted: | 2022-06-03 20:32 (UTC) |
Last Updated: | 2023-06-08 22:34 (UTC) |
Dependencies (12)
- llvm10-libsAUR
- perl (perl-gitAUR)
- cmake (cmake-gitAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-recommonmark (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-setuptools (optional) – for using lit (LLVM Integrated Tester)
Required by (3)
- beignet (make)
- clang10 (make)
- llvm-cbe-git
Latest Comments
qtmax commented on 2023-01-16 22:12 (UTC)
When llvm10 is built with LTO (i.e. lto is enabled in OPTIONS in makepkg.conf), clang10 fails to build against it, failing with a ton of "undefined reference" errors when linking clang-tblgen.
LTO is enabled by default in devtools, used by aurutils when building AUR packages in a chroot. That means,
aur sync -c clang10
will fail, unless llvm10 is built without LTO.Any ideas how it can be fixed (aside from filtering out -flto from CFLAGS in PKGBUILD)?
Sample of errors:
Drommer commented on 2022-09-27 12:41 (UTC)
Thank you, added.
gnaggnoyil commented on 2022-09-26 15:12 (UTC)
I encountered the following error when building this package with
extra-x86_64-build
:I then added
python-setuptools
as makedepends and the package is built successfully withextra-x86_64-build
. I thinkpython-setuptools
should be added as makedepends.