Package Details: clang-prefixed-release 19.1.6-1

Git Clone URL: https://aur.archlinux.org/clang-prefixed-release.git (read-only, click to copy)
Package Base: clang-prefixed-release
Description: Up to date official clang releases installed at /opt/clang/latest to avoid system wide usage/impact
Upstream URL: https://llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Submitter: sirspudd
Maintainer: sirspudd
Last Packager: sirspudd
Votes: 4
Popularity: 0.029581
First Submitted: 2023-01-26 02:02 (UTC)
Last Updated: 2024-12-17 20:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

lahwaacz commented on 2023-05-07 12:18 (UTC)

python is missing in makedepends

sirspudd commented on 2023-04-22 19:48 (UTC) (edited on 2023-04-22 19:48 (UTC) by sirspudd)

@ptr1337: this is why bolt was disabled and will be disabled again. Feel free to add it to the ENABLED projects if you want to deal with this

└─[0] <git:(master f3b3871✱✈) > pacman -Ql clang-prefixed-release | grep -v 16.0.2
clang-prefixed-release /opt/
clang-prefixed-release /opt/clang/
clang-prefixed-release /opt/clang/latest
clang-prefixed-release /opt/makepkg/
clang-prefixed-release /opt/makepkg/build/
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/_build/
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/_build/lib/
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/_build/lib/libbolt_rt_hugify.a
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/_build/lib/libbolt_rt_instr.a
clang-prefixed-release /opt/makepkg/build/clang-prefixed-release/src/_build/lib/libbolt_rt_instr_osx.a

sirspudd commented on 2023-04-11 20:13 (UTC)

@ptr1337 I confirmed bolt builds and added it

ptr1337 commented on 2023-04-11 19:27 (UTC)

Hi.

Thanks for the package. I will test it soon. You could add "bolt" to the projects, then it would be easy to use bolt with it

SpaceLionDC commented on 2023-03-31 16:28 (UTC)

This was exactly what I needed! Thank you!

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')