Lone_Wolf

Results 7 comments of Lone_Wolf

I often add patches to solve something and remove them after they've been accepted to master. Also llvm trunk changes build options rather often . The overkill happens mainly because...

example : add files for one package to the folder for another package add a commit message, push . push is rejected because of missing files or other imcompatibilities ,...

Maybe `Basic Output` for the first value and `Usable Output` for the second will work . The help text about this screen should explain Basic Output shows the value without...

Passing environment variables to an arbitrary porgram is possible **if** its started through sudo . https://wiki.archlinux.org/title/Sudo#Environment_variables @graysky2 : maybe you could test to verify that method works with ccm -and...

Lord Heavy's llvm-libs-svn doesn't conflict with llvm-libs , if his method works for aur llvm-svn there's no need for a compat pacakge. PKGBUILD : http://pkgbuild.com/~lcarlier/mesa-git/sources/llvm-svn/ top link for his repo:...

looked further into it and i think the problem may be an upstream issue. llvm doesn't seem to have a mechanism to allow different versions to coexist. Rephrased : If...

looking at llvm-libs-svn , there are 4 files without a version : BugpointPasses.so, LLVMgold.so , LLVMhello.so and a symlink in bfd-plugins/LLVMgold.so . Having 3 packages feels a bit to complicated,...