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.59
First Submitted: 2018-12-05 13:56 (UTC)
Last Updated: 2024-04-17 08:17 (UTC)

Required by (2057)

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 .. 61 62 63 64 65 66 67 68 69 70 Next › Last »

mosra commented on 2012-04-27 14:07 (UTC)

I had the same problems with includes as reuben.bond, with his modifications everything works. I modified the PKGBUILD for easier rebuilding without the need to compile everything again every time, in case someone is interested, here's the patch: https://github.com/mosra/archlinux/commit/76d6c4b99a2e22889c016c026a3c807f2c21a958

ducakar commented on 2012-04-25 00:10 (UTC)

http://llvm.org/bugs/show_bug.cgi?id=11926 http://llvm.org/bugs/show_bug.cgi?id=12644 https://bugzilla.redhat.com/show_bug.cgi?id=791365 It's not yet clear whether the bug is in GCC or LLVM/Clang. LLVM guys think it's a GCC bug (they are closing all bug reports), while the lead GCC developer thinks it might be a strict aliasing bug in LLVM/Clang. I'm afraid it won't be resolved soon, so just include the workaround ;)

svenstaro commented on 2012-04-23 01:20 (UTC)

Isn't this just a workaround? Since this is the svn package, we can easily fix it by showing upstream the wrong behavior. Did you open an upstream bug? If so, please link it here.

ducakar commented on 2012-04-23 01:03 (UTC)

Please add "-fno-tree-pre" to CFLAGS/CXXFLAGS because clang crashes when run with "-Wall". See https://bugs.archlinux.org/task/29481 for more info.

remyoudompheng commented on 2012-04-07 17:13 (UTC)

Reuploaded with some fixes from official PKGBUILD. More are probably needed.

svenstaro commented on 2012-04-03 16:08 (UTC)

Fixed and updated to gcc 4.7.0.

randomize46 commented on 2012-04-03 06:26 (UTC)

Please, update PKGBUILD _gcc_ver=4.6.2 to _gcc_ver=4.6.3, because it tries to build a gcc before building clang actually

svenstaro commented on 2012-02-18 02:49 (UTC)

I just built on another system and do not run into any issues either. Package here: http://178.63.102.135/svens_stuff/clang-svn-150860-1-x86_64.pkg.tar.xz

reuben.bond commented on 2012-02-17 20:52 (UTC)

If anyone else is able to reproduce, please chime in. I certainly cannot produce Svenstaro's results without patching the PKGBUILD. I have had an email asking me for the PKGBUILD, saying that the pastebin had expired (it seems alright again now), which suggests I'm not alone.

svenstaro commented on 2012-02-16 06:57 (UTC)

The current package works without any trouble of finding the STL headers for me. Cannot reproduce.