Search Criteria
Package Details: gllvm-git 1.3.1.r13.g154531b-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gllvm-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gllvm-git |
| Description: | Whole Program LLVM: wllvm ported to go |
| Upstream URL: | https://github.com/SRI-CSL/gllvm |
| Licenses: | BSD |
| Conflicts: | gllvm |
| Provides: | gllvm |
| Submitter: | kyechou |
| Maintainer: | kyechou |
| Last Packager: | kyechou |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-09 10:10 (UTC) |
| Last Updated: | 2024-04-29 04:11 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – backend LLVM compiler
Latest Comments
kyechou commented on 2024-04-29 04:12 (UTC)
Thanks @danogentili! The package is updated.
danogentili commented on 2024-04-28 09:35 (UTC)
Actually
go install github.com/SRI-CSL/gllvm/cmd/...@latestshould fix it for realkyechou commented on 2022-06-12 17:14 (UTC)
Thanks @KAAAsS for letting me know! I've updated the package.
KAAAsS commented on 2022-06-11 06:12 (UTC)
Recent changes of go module are likely to break the packaging. Change
go get github.com/SRI-CSL/gllvm/cmd/...toGO111MODULE=off go get github.com/SRI-CSL/gllvm/cmd/...would fix it.