Package Details: clang-prefixed-release 16.0.0-3

Git Clone URL: https://aur.archlinux.org/clang-prefixed-release.git (read-only, click to copy)
Package Base: clang-prefixed-release
Description: None
Upstream URL: https://llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Submitter: sirspudd
Maintainer: sirspudd
Last Packager: sirspudd
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-26 02:02 (UTC)
Last Updated: 2023-03-24 00:40 (UTC)

Latest Comments

sirspudd commented on 2023-03-24 00:29 (UTC)

@rageltman thank you for the feedback, I expect my dep graph to be way more deficient than just lld :D

I should really start building in a clean chroot too; my apologies for the grottiness

rageltman commented on 2023-03-24 00:26 (UTC)

When building in a clean chroot, build fails with Host compiler does not support '-fuse-ld=lld'. Seems to want

diff --git i/PKGBUILD w/PKGBUILD
index 7b21a49..7cd3a7f 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -17,7 +17,7 @@ url="https://llvm.org/"
 license=('custom:Apache 2.0 with LLVM Exception')
 makedepends=('git' 'cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
              'swig'
-             'ocl-icd' 'opencl-headers' 'z3' 'jsoncpp' 'clang')
+             'ocl-icd' 'opencl-headers' 'z3' 'jsoncpp' 'clang' 'lld')