Package Details: llvm8 8.0.1-3

Git Clone URL: https://aur.archlinux.org/llvm8.git (read-only, click to copy)
Package Base: llvm8
Description: Collection of modular and reusable compiler and toolchain technologies (8.x)
Upstream URL: https://llvm.org/
Licenses: custom:University of Illinois/NCSA Open Source License
Conflicts: llvm
Provides: llvm
Submitter: petronny
Maintainer: None
Last Packager: petronny
Votes: 0
Popularity: 0.000000
First Submitted: 2019-11-29 08:32 (UTC)
Last Updated: 2020-12-15 07:08 (UTC)

Required by (521)

Sources (1)

Pinned Comments

petronny commented on 2020-03-22 04:08 (UTC)

Pre-built binaries of this package can be found in arch4edu.

Latest Comments

petronny commented on 2020-10-28 06:23 (UTC)

@wackbyte I'll add the gcc8 fixes.

Is there anyone need the llvm8-ocaml package?

wackbyte commented on 2020-10-03 18:03 (UTC)

Could you add ftschindler's changes to this package?

ftschindler commented on 2020-09-22 10:09 (UTC)

A working PKGBUILD (taken from the 8.0.1 snapshot of the official arch llvm package) can be found here: https://github.com/ftschindler-work/aur-llvm8

adfjjv commented on 2020-05-16 17:21 (UTC)

Doesn't compile with up-to-date gcc. (Workaround is to install gcc8 and add export CC=cc-8; export CXX=c++-8 in makepkg.conf)

petronny commented on 2020-03-22 04:08 (UTC)

Pre-built binaries of this package can be found in arch4edu.

petronny commented on 2020-03-22 04:07 (UTC) (edited on 2020-03-22 04:09 (UTC) by petronny)

@xantares Sure.

xantares commented on 2020-03-21 20:33 (UTC)

hello,

could we use "mkdir -p build" in the prepare section ?

that would adoid throwing an error if the build is interrupted and restart from the current state

thank you

flying-sheep commented on 2020-02-21 13:06 (UTC) (edited on 2020-02-21 13:08 (UTC) by flying-sheep)

If you just built the packages and they don’t install:

# install llvm8-libs not providing llvm-libs while ignoring packages that depend on llvm-libs
yay -U --assume-installed 'llvm-libs=8.0' /tmp/yaytmp-1000/llvm8/llvm8-8.0.1-2-x86_64.pkg.tar.xz /tmp/yaytmp-1000/llvm8/llvm8-libs-8.0.1-2-x86_64.pkg.tar.xz
# install llvm-libs for those packages
yay -S --asdeps llvm-libs

flying-sheep commented on 2020-01-09 16:50 (UTC)

This should do provides=("llvm==$pkgver")