Package Details: ghdl-llvm-git 6.0.0dev.r10078.g56a4d3e4a-1

Git Clone URL: https://aur.archlinux.org/ghdl-llvm-git.git (read-only, click to copy)
Package Base: ghdl-llvm-git
Description: VHDL simulator - LLVM back-end
Upstream URL: https://github.com/ghdl/ghdl
Licenses: GPL-2.0-or-later
Conflicts: ghdl, ghdl-gcc-git, ghdl-mcode-git
Provides: ghdl, ghdl-git
Submitter: marzoul
Maintainer: marzoul (xiretza)
Last Packager: xiretza
Votes: 4
Popularity: 0.000268
First Submitted: 2015-12-02 23:00 (UTC)
Last Updated: 2025-05-17 14:06 (UTC)

Dependencies (8)

Required by (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

marzoul commented on 2019-04-03 20:44 (UTC)

@csantosb : Thank you for reporting, indeed version 8 is not officially handled by GHDL configure script. I updated PKGBUILD with the version check. Note that they don't often check with newer llvm/clang versions, maybe it does work when the check is bypassed in the configure script, if needed...

csantosb commented on 2019-04-01 20:45 (UTC)

Using latest llvm8 I get

Unhandled version llvm 8.0.0

Is that expected ? I had to build using llvm7, updating pkgbuild accordingly.

marzoul commented on 2016-12-18 00:33 (UTC)

Thanks for reporting. I'll investigate as soon as possible.

melko commented on 2016-12-17 13:03 (UTC)

Seems std_standard.o isn't copied into DESTDIR when building with more than one thread. Unsetting MAKEFLAGS in the build function fixed the issue for me.