A different problem: lldb cannot be resolved. I would expect that it can be installed? Why is that?
pikaur -S llvm-git
Reading repository package databases...
Reading local package database...
Resolving AUR dependencies...
:: AUR package will be installed:
llvm-git -> 13.0.0_r391812.dfb8c0873984-1
:: New dependency will be installed from AUR:
llvm-libs-git (for llvm-git) -> 13.0.0_r391812.dfb8c0873984-1
:: Proceed with installation? [Y/n]
:: [v]iew package details [m]anually select packages
>>
looking for conflicting AUR packages...
:: llvm-git and lld are in conflict. Remove lld? [y/N] y
:: llvm-libs-git and llvm-libs are in conflict. Remove llvm-libs? [y/N] y
:: warning: Not showing diff for llvm-git, llvm-libs-git package (installing for the first time)
Do you want to edit PKGBUILD for llvm-git, llvm-libs-git package? [Y/n] n
:: Downloading the latest sources for devel packages llvm-git, llvm-libs-git...
:: Starting the build:
==> Making package: llvm-git 14.0.0_r395411.c4c379d633a1-1 (Fr 30 Jul 2021 23:32:11 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> lldb
==> ERROR: Could not resolve all dependencies.
Command 'makepkg --force' failed to execute.
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
This package
llvm-minimal-git
packages created & maintained by Lordheavy, an arch developer
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.
llvm-git
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.
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.