/build-aux/

e='10' name='q' value=''/>
path: root/gnu/packages/llvm.scm
AgeCommit message (Expand)Author
2023-10-24gnu: clang-python-bindings: Embed version string....* gnu/packages/llvm.scm (clang-python-bindings)[arguments]: Embed the version string in the generated setup.py. Change-Id: If8764a483dd1a3786d4b3cab1f21846a18f3b07d Ricardo Wurmus
2023-10-20gnu: llvm: Fix riscv64 cross-compilation....* gnu/packages/llvm.scm (system->llvm-target-arch): New procedure. (llvm-15,llvm-14,llvm-12): Use It. (system->llvm-target): Rewrite in terms of 'system->llvm-target-arch'. Co-authored-by: 宋文武 <iyzsong@member.fsf.org> Z572