Package Details: llvm-ocaml-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: OCaml bindings for LLVM
Upstream URL: https://llvm.org/
Keywords: clang git lld lldb llvm polly
Licenses: custom:Apache 2.0 with LLVM Exception
Conflicts: llvm-ocaml
Provides: llvm-ocaml
Submitter: yurikoles
Maintainer: rjahanbakhshi
Last Packager: rjahanbakhshi
Votes: 118
Popularity: 0.012588
First Submitted: 2018-12-05 13:56 (UTC)
Last Updated: 2024-04-17 08:17 (UTC)

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 .. 38 39 40 41 42 43 44 45 46 47 48 .. 70 Next › Last »

wolf commented on 2016-04-20 20:15 (UTC)

Out of curiosity, why is Git Clone URL ending with llvm-svn? Is this package clang or just llvm?

kerberizer commented on 2016-03-16 17:36 (UTC)

[NOTICE] The D18035 patch has been updated to the latest revision: http://reviews.llvm.org/D18035

comgunner commented on 2016-03-16 15:39 (UTC)

kerberizer | Lone_Wolf Thank you very much, is already working, having nice day and congratulations on your work

kerberizer commented on 2016-03-16 15:26 (UTC) (edited on 2016-03-16 15:27 (UTC) by kerberizer)

@comgunner, you need to add the PGP key to the Pacman's keyring as described here: * https://wiki.archlinux.org/index.php/Unofficial_user_repositories * https://wiki.archlinux.org/index.php/Pacman/Package_signing#Adding_unofficial_keys 1) Fetch the key from a keyserver... $ sudo pacman-key -r 0x76563F75679E4525 2) Verify the key fingerprint: it must be __exactly__ "D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525"... $ pacman-key -f 0x76563F75679E4525 3) If the fingerprint matches, sign the key locally... $ sudo pacman-key --lsign-key 0x76563F75679E4525 @Lone_Wolf, thanks for answering this one, mate!

comgunner commented on 2016-03-16 14:55 (UTC)

Good day , from the repository me indicates the following error: llvm-svn: signature from "Luchesar V. ILIEV (Arch Linux package signing key) <luchesar.iliev@gmail.com>" is unknown trust error: la base de datos «llvm-svn» no es válida (base de datos no válida o dañada (firma PGP))

Lone_Wolf commented on 2016-03-16 09:53 (UTC)

la opción no es válida '--pkg' That option was removed in pacman 5.x . It seems your aur helper needs to be updated. Switch to makepkg without a helper,or use kerberizer unofficial repo.

comgunner commented on 2016-03-16 00:03 (UTC)

I can not install, could help ==> ¿Instalar únicamente llvm-svn ? [S/n] ==> ------------------------------------- ==> makepkg: la opción no es válida '--pkg' ==> ERROR: Makepkg no ha podido compilar llvm-svn. ==> ¿Reiniciar la compilación de llvm-svn? [s/N] ==> --------------------------------------------

kerberizer commented on 2016-03-10 13:37 (UTC)

[NOTICE] The Sema part of D12834 has already been incorporated upstream with r263015. For this reason, it's been replaced in the PKGBUILD with the respective mangler part from D18035 that's yet to be committed upstream. References: https://llvm.org/bugs/show_bug.cgi?id=23529 http://reviews.llvm.org/D12834 http://reviews.llvm.org/D17567 http://reviews.llvm.org/D18035

kerberizer commented on 2016-03-09 01:22 (UTC)

[NOTICE] The D12834 patch has been rebased again and should apply cleanly now.

kerberizer commented on 2016-02-27 15:01 (UTC)

[NOTICE] Regarding the lto.h problem: it was caused by r262066 and should be fixed now. Ref: https://github.com/llvm-mirror/llvm/commit/995ce72c1218ac534e4cd3619aec2da148b615a9