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 (2058)

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

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.

jedbrown commented on 2011-02-23 18:55 (UTC)

Please also change the symlink to what is shown below (it is no longer llvm/libLLVMgold.so). # Symlink the gold plugin where clang expects it ln -s "llvm/LLVMgold.so" "$pkgdir/usr/lib/LLVMgold.so"

jedbrown commented on 2011-02-23 18:28 (UTC)

The path "Release/bin/clang" is hard-coded, but you have logic to create a debug build when the strip option is disabled (which puts everything in a different build directory).

<deleted-account> commented on 2011-02-16 15:06 (UTC)

OMG these C++ error messages are so sweet :D

<deleted-account> commented on 2011-02-16 15:00 (UTC)

I installed gcc44 from aur (but bumped it from 4.4.4 to 4.4.5) and made these changes to clang http://pastebin.com/kyVpC7sM Works like a charm, except that I get linker problems when linking to a boost lib that was compiled with gcc-4.5 -____- @big_gie thanks, I added myself to the CC list of this bug. This is certainly a good workaround, but I feel more comfortable to have clang look at the right place to begin with.

big_gie commented on 2011-02-16 13:19 (UTC)

Here are the CFLAGS I need to add when compiling something with clang with gcc 4.5 installed: -I/opt/gcc34/include/c++/3.4.6 -I/opt/gcc34/include/c++/3.4.6/x86_64-unknown-linux-gnu -nostdinc++

big_gie commented on 2011-02-16 12:53 (UTC)

@MaikB: Yes, it's a known issue. See http://llvm.org/bugs/show_bug.cgi?id=7069

<deleted-account> commented on 2011-02-16 11:33 (UTC)

Note: At the moment clang isn't able to handle all bits gcc-4.5s c++ standard library. It uses some c++0x features that clang doesn't support yet, see http://comments.gmane.org/gmane.comp.compilers.clang.devel/10747 . I'm building gcc44 from aur now to see what has to be done to make it work.

jedbrown commented on 2011-02-09 16:04 (UTC)

/usr/lib/llvm/libLLVMgold.so is not being installed so linking with clang fails: $ clang -v foo.c clang version 2.9 (trunk) Target: x86_64-unknown-linux-gnu Thread model: posix "/usr/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name foo.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -munwind-tables -target-cpu x86-64 -target-linker-version 2.21.0.20101217 -momit-leaf-frame-pointer -v -resource-dir /usr/bin/../lib/clang/2.9 -ferror-limit 19 -fmessage-length 150 -fgnu-runtime -fdiagnostics-show-option -fcolor-diagnostics -o /tmp/cc-zmvsG2.o -x c foo.c clang -cc1 version 2.9 based upon llvm 2.9svn hosted on x86_64-unknown-linux-gnu #include "..." search starts here: #include <...> search starts here: /usr/local/include /usr/bin/../lib/clang/2.9/include /usr/include End of search list. "/usr/bin/ld.gold" --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib/ld-linux-x86-64.so.2 -o a.out /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib/crt1.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib/crti.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/crtbegin.o -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2 -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../.. /tmp/cc-zmvsG2.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/crtend.o /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../lib/crtn.o -plugin /usr/bin/../lib/LLVMgold.so /usr/bin/ld.gold: error: /usr/bin/../lib/LLVMgold.so: could not load plugin library: /usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation)