Search Criteria
Package Details: mingw-w64-llvm 18.1.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-llvm.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-llvm |
Description: | Collection of modular and reusable compiler and toolchain technologies (mingw-w64) |
Upstream URL: | http://llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 5 |
Popularity: | 0.097215 |
First Submitted: | 2018-02-22 21:22 (UTC) |
Last Updated: | 2024-07-08 16:38 (UTC) |
Dependencies (7)
- mingw-w64-libffiAUR
- mingw-w64-libxml2AUR
- mingw-w64-zlibAUR
- mingw-w64-zstdAUR
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (4)
Sources (4)
- https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz.sig
Latest Comments
mati865 commented on 2020-08-03 09:10 (UTC)
@Terence just use
lld
from the main repo. All LLVM tools are cross compilers, example command to use MinGW driver oflld
:ld.lld -m i386pep --help
.Terence commented on 2020-05-10 11:35 (UTC)
Is it possible to include
lld
to this package? Otherwise where could I get it?teohhanhui commented on 2020-01-02 14:16 (UTC)
I have
BUILDDIR=/tmp/makepkg
. I guess the compilation itself must be very memory and/or storage hungry lolhttps://twitter.com/teohhanhui/status/1212738936956760064
xantares commented on 2019-12-31 18:03 (UTC)
maybe your disk is full :)
teohhanhui commented on 2019-12-31 16:07 (UTC)
Not sure what's causing this failure... Could be something on my end?
maxmitti commented on 2018-11-28 14:23 (UTC)
This doesn't build for me without mingw-w64-python.
pingplug commented on 2018-10-08 00:16 (UTC)
Ravenclaw commented on 2018-07-10 13:30 (UTC) (edited on 2018-07-11 11:44 (UTC) by Ravenclaw)
Building mingw-w64-llvm using the current llvm-svn failed with following message:
Update: After applying following patch:
(see change in llvm svn from "Mon Jun 25 19:40:08 2018 +0000")compilation failes with:
Looks like there had been changes in llvm-tblgen lately.
xantares commented on 2018-06-11 05:29 (UTC)
It depends, if you use the libs its linux hosts host, mingw target. I've not tried to compile clang as mingw host with it.
pingplug commented on 2018-06-11 02:47 (UTC)
a question: can system llvm build mingw target? if not, what package name should be for linux host? this package is mingw target and mingw host.