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 .. 20 21 22 23 24 25 26 27 28 29 30 .. 70 Next › Last »

yurikoles commented on 2019-03-29 21:00 (UTC)

@Lone_Wolf done

Lone_Wolf commented on 2019-03-29 20:56 (UTC) (edited on 2019-03-29 20:56 (UTC) by Lone_Wolf)

Please add me as co-maintainer.

Lone_Wolf commented on 2019-03-29 20:54 (UTC)

Bearoso,

At first glimpse those look a lot like the ones I was working on locally. (well, i hadn't started on lib32 or lld/lldb )

Thank you.

bearoso commented on 2019-03-29 19:57 (UTC) (edited on 2019-03-29 19:58 (UTC) by bearoso)

I was annoyed that LordHeavy's llvm builds didn't include the linker plugin OR lld to do LTO, so yesterday I took the mainline LLVM stuff and a version function from yurikoles' non-working file and turned it into llvm-git PKGBUILDs: https://sites.google.com/site/bearoso/misc/llvm-project-git.tar.xz

Everything is identical to the base arch 8.0 builds, but adapted to pull 9.0 master from LLVM's new git repository. Named *-git, but provides the base and *-svn packages. Everything tested and works well with mesa-git. Feel free to take and do whatever with it.

PedroHLC commented on 2019-03-29 18:42 (UTC)

@yurikoles last commit seems to have all deps right!

yurikoles commented on 2019-03-29 14:48 (UTC)

@PedroHLC thanks for report, I already fixed some errors while building in clean chroot. But I still can't find what else missing. Help is appreciated.

PedroHLC commented on 2019-03-29 14:15 (UTC)

@yurikoles, this is a log from a clean chroot building, I'm getting a lot of repetitive warnings, some erros with missing binaries and then it fails: https://lonewolf.pedrohlc.com/chaotic-aur/makepkglogs/_experiments/llvm-git.log Seems like there're a few missing dependencies, could you take a look?

cdkitching commented on 2019-03-29 05:23 (UTC)

Since the Arch bug that motivated me to make this package in the first place was fixed years ago, I no longer care.

Anyone who wants to take it on is welcome to do so.

yurikoles commented on 2019-03-18 12:07 (UTC)

@zor1984qq

This is known issue, I had updated pinned message.

P.S. Сергей, я то знаю русский, но на будущее, не забывайте про export LC_ALL=C перед выполнением команды, с которой у вас проблема.