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

Required by (2042)

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

svenstaro commented on 2012-02-11 17:54 (UTC)

Can you give me a minimal example that fails? A Hello world works for me.

reuben.bond commented on 2012-02-04 09:25 (UTC)

On my system, include paths were not working, so I have updated the PKGBUILD in this paste: http://pastebin.ca/2109612 It uses the gcc executable to get the C++ include search paths, and passes them into cmake via -DC_INCLUDE_DIRS. I hope others find this useful! Note: A Clang change made in November 2011 stopped the older method of patching the InitHeaderSearch.cpp file from working on Linux and Windows systems, moving the responsibility to the Driver.

svenstaro commented on 2011-11-07 19:29 (UTC)

Fixed.

EdwardXXIV commented on 2011-11-07 10:54 (UTC)

I had to add -DPYTHON_EXECUTABLE=/usr/bin/python2 \ to the cmake line to make it compile.

svenstaro commented on 2011-10-18 00:25 (UTC)

Quite right. Old package here: http://ompldr.org/vYXV3bQ

jonnor commented on 2011-10-17 23:53 (UTC)

The package is quite hard to read/review quickly with all the things that are commented out. No-one has complained about issues for several months, perhaps it can all be removed? You could toss the old PKGBUILD up somewhere on the net as a backup if you think some of it might become useful again.

jonnor commented on 2011-10-17 23:17 (UTC)

Why flagged out of date?

svenstaro commented on 2011-07-29 18:22 (UTC)

Package updated and simplified a lot. Please report any errors you run into. For now I'm leaving the old package commented in this one as well as all the patches of which none is actually used right now.

WFCody commented on 2011-05-03 15:29 (UTC)

@heftig Another alternative is the self-hosting lll-git package (sorry for blowing my own horn) https://aur.archlinux.org/packages.php?ID=45733 I am currently considering the possibility of including compiler-rt in the build to completely avoid libgcc dependency. Feedback on the package is welcome :)

heftig commented on 2011-04-12 22:55 (UTC)

This is on hiatus for a while until I get it to build again. In the meantime, I recommend clang from [community-testing]: It provides the same patches and isn't broken by gcc 4.6.