gnu: llvm: Support loongarch64.

* gnu/packages/llvm.scm (system->llvm-target-arch): Add loongarch64 case.

Change-Id: I5378063130df4194048638d352b93674a30d47a9
This commit is contained in:
Zheng Junjie 2024-05-23 16:08:38 +08:00 committed by Zheng Junjie
parent 3493117aa1
commit 9fccb66bb4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -127,7 +127,8 @@ as \"x86_64-linux\"."
("x86_64" => "X86_64") ("x86_64" => "X86_64")
("i686" => "X86") ("i686" => "X86")
("i586" => "X86") ("i586" => "X86")
("avr" => "AVR")))) ("avr" => "AVR")
("loongarch64" => "LoongArch"))))
(define (llvm-uri component version) (define (llvm-uri component version)
;; LLVM release candidate file names are formatted 'tool-A.B.C-rcN/tool-A.B.CrcN.src.tar.xz' ;; LLVM release candidate file names are formatted 'tool-A.B.C-rcN/tool-A.B.CrcN.src.tar.xz'