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

Required by (2053)

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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 70 Next › Last »

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

llvm added to provides

weltio commented on 2021-08-15 22:48 (UTC) (edited on 2021-08-15 22:50 (UTC) by weltio)

https://github.com/actionless/pikaur/issues/586

Is a "provide llvm" missing? I get

New packages 'llvm' and 'llvm-git' are in conflict.

on update of kdevelop-git

Sinistar commented on 2021-08-01 14:56 (UTC)

yeah, I meant to edit my post after I cloned your git and compiled it, but it slipped my mind.

Lone_Wolf commented on 2021-08-01 14:35 (UTC) (edited on 2021-08-01 14:37 (UTC) by Lone_Wolf)

https://aur.archlinux.org/cgit/aur.git/commit/?h=llvm-git&id=d9c33f8954a8a4c9f39d6f24402f28df018f1b5c

Without python-sphinx-automodapi build failed for documentation. after that was added lldb was found to be needed also.

Packages that don't build documentation (like llvm-minimal-git) have no need for either,

Sinistar commented on 2021-08-01 00:25 (UTC)

Why is lldb a makedepends, and when was it added, I do not see a commit for it here? maybe I'm missing something.

Lone_Wolf commented on 2021-07-31 11:04 (UTC)

lldb is a makedepend and requires llvm-libs, clang etc.

Once llvm-git building has finsihed those are no longer needed.

Building in a clean chroot solves this, makepkg also can separate build and install.

Is llvm-git already installed when you run pikaur ? If yes, try removing it.

If no, check pikaur documentation if it can separate build and install.

Lone_Wolf commented on 2021-07-31 10:51 (UTC) (edited on 2021-07-31 11:04 (UTC) by Lone_Wolf)

: CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options

upstream issue, will check if it has been reported after weekend.

weltio commented on 2021-07-30 21:33 (UTC)

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.

weltio commented on 2021-07-30 21:10 (UTC) (edited on 2021-07-30 21:11 (UTC) by weltio)

[538/539] Running the LLVM regression tests

Testing Time: 306.67s
  Unsupported      :  1505
  Passed           : 43188
  Expectedly Failed:   149
ninja: Entering directory `_build'
[208/209] Running the Clang regression tests
llvm-lit: pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:436: note: using clang: pikaur/build/llvm-git/src/_build/bin/clang

Testing Time: 431.44s
  Skipped          :     3
  Unsupported      :   121
  Passed           : 28192
  Expectedly Failed:    28
ninja: Entering directory `_build'
[38/39] Running the Clang extra tools' regression tests

Testing Time: 15.70s
  Unsupported      :   1
  Passed           : 996
  Expectedly Failed:   2
ninja: Entering directory `_build'
[123/124] Running polly regression tests
: CommandLine Error: Option 'polly-allow-error-blocks' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
llvm-lit: pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in 'pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests': Command '['pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b''
: CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
llvm-lit: pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in 'pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests': Command '['pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b''
: CommandLine Error: Option 'polly-delicm-max-ops' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
llvm-lit: pikaur/build/llvm-git/src/llvm-project/llvm/utils/lit/lit/formats/googletest.py:43: warning: unable to discover google-tests in 'pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests': Command '['pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests', '--gtest_list_tests']' died with <Signals.SIGABRT: 6>.. Process output: b''
FAIL: Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest (1162 of 1172)
******************** TEST 'Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest' FAILED ********************
Script:
--
pikaur/build/llvm-git/src/_build/tools/polly/unittests/DeLICM/./DeLICMTests --gtest_filter=failed_to_discover_tests_from_gtest
--
: CommandLine Error: Option 'polly-delicm-max-ops' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

********************
FAIL: Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest (1164 of 1172)
******************** TEST 'Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest' FAILED ********************
Script:
--
pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScheduleOptimizer/./ScheduleOptimizerTests --gtest_filter=failed_to_discover_tests_from_gtest
--
: CommandLine Error: Option 'polly-allow-error-blocks' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

********************
FAIL: Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest (1165 of 1172)
******************** TEST 'Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest' FAILED ********************
Script:
--
pikaur/build/llvm-git/src/_build/tools/polly/unittests/ScopPassManager/./ScopPassManagerTests --gtest_filter=failed_to_discover_tests_from_gtest
--
: CommandLine Error: Option 'polly-detect-profitability-min-per-loop-insts' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

********************
********************
Failed Tests (3):
  Polly-Unit :: DeLICM/./DeLICMTests/failed_to_discover_tests_from_gtest
  Polly-Unit :: ScheduleOptimizer/./ScheduleOptimizerTests/failed_to_discover_tests_from_gtest
  Polly-Unit :: ScopPassManager/./ScopPassManagerTests/failed_to_discover_tests_from_gtest


Testing Time: 9.14s
  Unsupported      :   37
  Passed           : 1108
  Expectedly Failed:   24
  Failed           :    3

3 warning(s) in tests
FAILED: tools/polly/test/CMakeFiles/check-polly-tests pikaur/build/llvm-git/src/_build/tools/polly/test/CMakeFiles/check-polly-tests 
cd pikaur/build/llvm-git/src/_build/tools/polly/test && /usr/bin/python3.9 pikaur/build/llvm-git/src/_build/./bin/llvm-lit -sv --param polly_site_config=pikaur/build/llvm-git/src/_build/tools/polly/test/lit.site.cfg --param polly_unit_site_config=pikaur/build/llvm-git/src/_build/tools/polly/test/Unit/lit.site.cfg pikaur/build/llvm-git/src/_build/tools/polly/test
ninja: build stopped: subcommand failed.

Is that reproducible for you guys? or is it a local environment problem?

rjahanbakhshi commented on 2021-06-23 10:38 (UTC)

@Sinistar,
Thanks for the update. PKGBUILD modified accordingly.