Package Details: llvm90 9.0.1-6

Git Clone URL: https://aur.archlinux.org/llvm90.git (read-only, click to copy)
Package Base: llvm90
Description: LLVM compiler toolchain, version 9.0.1
Upstream URL: https://llvm.org/
Licenses: custom:University of Illinois/NCSA Open Source License
Submitter: andrew-wja
Maintainer: andrew-wja
Last Packager: andrew-wja
Votes: 3
Popularity: 0.000004
First Submitted: 2020-04-08 09:46 (UTC)
Last Updated: 2020-09-10 13:30 (UTC)

Latest Comments

neon64 commented on 2022-03-04 03:59 (UTC)

I too have encountered the same missing #include <limits> issue. I've made an updated PKGBUILD which patches the problematic file before building the library: https://github.com/neon64/llvm90-aur If you wanted to integrate my patch into this package that would be awesome.

sp1ff commented on 2021-07-27 20:59 (UTC)

Hit a compilation error during makepkg, utils/benchmark/src/benchmark_register.h was missing the <limits> header. I have a patch, but don't know where to send it.

yitzi commented on 2020-09-05 11:25 (UTC)

Should be /opt/llvm90/lib in /etc/ld.so.conf.d/70-llvm90.conf not /opt/llvm/lib

gnaggnoyil commented on 2020-07-16 13:36 (UTC) (edited on 2020-07-16 13:38 (UTC) by gnaggnoyil)

The PKGBUILD seems to be forgetting to build target ocaml_doc, which leads to installation errors eventually. Please consider making ocaml_doc target get built too just like what offical llvm package does.

yitzi commented on 2020-05-22 16:48 (UTC)

Might consider adding /etc/ld.so.conf.d/70-llvm90.conf with following contents to update ldconfig:

/opt/llvm90/lib

andrew-wja commented on 2020-05-21 14:45 (UTC)

Bumped to 9.0.1

yitzi commented on 2020-05-21 11:13 (UTC)

Can you bump to LLVM 9.0.1? Looks like there are some fixes in the headers that ease compilation.