Package Details: llvm-git 18.0.0_r484887.953ae94149f0-1

Git Clone URL: https://aur.archlinux.org/llvm-git.git (read-only, click to copy)
Package Base: llvm-git
Description: LLVM development version. includes clang and many other tools
Upstream URL: https://llvm.org/
Keywords: clang git lld lldb llvm polly
Licenses: custom:Apache 2.0 with LLVM Exception
Conflicts: clang, compiler-rt, lld, lldb, llvm, polly
Provides: aur-llvm-git, clang, clang-git, compiler-rt, compiler-rt-git, lld, lld-git, lldb, lldb-git, llvm, polly, polly-git
Submitter: yurikoles
Maintainer: rjahanbakhshi
Last Packager: rjahanbakhshi
Votes: 118
Popularity: 0.034171
First Submitted: 2018-12-05 13:56 (UTC)
Last Updated: 2024-04-17 08:17 (UTC)

Required by (2125)

Sources (2)

Pinned Comments

Lone_Wolf commented on 2021-08-16 11:26 (UTC)

When you have this package installed applications that are built against repo-llvm/clang WILL fail unless they are rebuild against this package.

This includes QTCreator, kdevelop , mesa, intel-compute-runtime, gnome-builder to name a few.

Lone_Wolf commented on 2020-08-22 12:18 (UTC) (edited on 2021-02-06 12:51 (UTC) by Lone_Wolf)

Archlinux currently has 3 llvm git implementations

  1. This package

    • It aims to provide a full llvm/clang compiler environment for development purposes.
    • Supports cross-compiling , bindings for external stuff (python, ocaml etc) , and some things not in extra-llvm.
    • intended to be used with archlinux core,extra & community repos
    • CONFLICTS with extra llvm/clang packages
    • Currently there's no repo with binary versions
  2. llvm-minimal-git

    • focuses on providing stuff needed for AUR mesa-git. Doesn't support cross-compiling or any bindings for external stuff like ocaml & python.
    • intended to be used with archlinux core,extra & community repos
    • compatible with extra llvm/clang packages
    • no repo with binary versions
  3. packages created & maintained by Lordheavy, an arch developer

    • intended to be used with archlinux testing repos
    • sometimes has problems on systems where testing repos are disabled
    • uses same package structure as llvm/clang in official repos
    • source
    • binary versions in LordHeavys unoffical repo

Lone_Wolf commented on 2019-04-12 20:41 (UTC) (edited on 2019-12-16 22:45 (UTC) by Lone_Wolf)

I've looked good at clang-trunk , llvm-svn, repo llvm/clang packages and think this package is now on route to become a worthy successor to llvm-svn .

  • llvm-libs-git holds the runtime libraries.

    It conflicts with the repo llvm-libs package. This is the only way to make sure the llvm linker from git is used, and that's needed for a full dev environment.

  • llvm-git

    has llvm , clang, compiler-rt, ocaml & python bindings, polly , lld , lldb .


The Package now uses a new environment variable to make ninja behave, NINJAFLAGS. If you want to use it adjust the snippet below to your desired values and add it to makepkg.conf.

Incase you are satisfied with ninja defaults you don't need to do anything.

# Add to makepkg.conf
# limit ninja to 20 jobs
# requires special code in PKGBUILD
# see ninja --help for additonal options
NINJAFLAGS="-j20"

The check() function fails rather often, but I do suggest to build with them. If build fails due to test failure you can add --nocheck to skip the tests.

Latest Comments

« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 57 58 .. 70 Next › Last »

Krejzi commented on 2015-01-19 15:01 (UTC)

pod2html is part of perl package. If you tampered with the PATH environment variable, make sure you also include perl paths (/usr/bin/core_perl or something like that)

lucastanure commented on 2015-01-19 14:56 (UTC)

make[2]: pod2html: Command not found make[2]: Entering directory '/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools' pod2html --css=manpage.css --htmlroot=. \ --podpath=. --infile=clang.pod --outfile=/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools/clang.html --title=clang make[2]: pod2html: Command not found Makefile:69: recipe for target '/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools/clang.html' failed make[2]: *** [/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools/clang.html] Error 127 rm /tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools//.dir make[2]: Leaving directory '/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs/tools' /tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/Makefile.rules:883: recipe for target 'install' failed make[1]: *** [install] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/tools/clang/docs' /tmp/yaourt-tmp-tanure/aur-clang-svn/src/llvm/Makefile.rules:883: recipe for target 'install' failed

schulmar commented on 2015-01-10 12:22 (UTC)

@yan12125: Sorry, I was a bit trigger happy with the merge request. If you want to take over the llvm-toolchain-svn I can send you the last PKGBUILD. While I concur that the build takes awfully long, I find it unacceptable to duplicate packages over and over again to offer the fastest build time. This goes against modularity. The best option would be to have makepkg support different packages to be built together in one step. Maybe it does but my knowledge is not sufficient on this.

yan12125 commented on 2015-01-08 18:17 (UTC)

This package provides lldb. I prefer a lldb+llvm bundle rather than splitted packages. It takes more time to build llvm-svn+lldb-svn than to build a single package.

schulmar commented on 2015-01-08 11:34 (UTC)

@yan12125: I added these two dependencies. @All users: I might merge this package into llvm-svn is there any reason why you chose this (llvm-toolchain-svn) one over llvm-svn that would prevent this merge?

yan12125 commented on 2015-01-08 08:46 (UTC)

Requires ocaml-ctypes and ocaml-ounit for building

mtahmed commented on 2014-11-30 08:06 (UTC)

Hmmm ... maybe that's desirable. You can submit a pull request and I will merge it in.

computerquip commented on 2014-11-29 06:59 (UTC)

Why not also install headers? Merely copying the include folder should be fine.

mtahmed commented on 2014-11-22 04:06 (UTC)

Updated the package with pull request from zrax: https://github.com/mtahmed/aur/pull/4