summaryrefslogtreecommitdiff
path: root/gnu/packages/llvm-meta.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: clang-19: Add compiler-cpu-architectures entries.•••* gnu/packages/llvm-meta.scm (clang-compiler-cpu-architectures): Add entries for powerpc64le and x86_64 for new optimization architectures. Change-Id: Ie89dd4cb17c36e0a9faba37f54c0c24bcf3e7727 Efraim Flashner2024-09-301-2/+21
* gnu: clang-18: Add compiler-cpu-architectures entry.•••* gnu/packages/llvm-meta.scm (clang-compiler-cpu-architectures): Add entry for x86_64 for clang-18 for new optimization architectures. Change-Id: I6301c28b5032caf520aa974c70c500e12d088e63 Efraim Flashner2024-03-261-0/+15
* cpu: Remove duplicate clang-compiler-cpu-architecture entry.•••* gnu/packages/llvm-meta.scm (clang-compiler-cpu-architectures): Remove x86_64 version 15 entry since it is unchanged from the version 13 entry. Change-Id: Ifb845993e2deec842dfbe8f9b72944457aa7e98e Efraim Flashner2024-03-101-11/+0
* gnu: clang: Move compiler-cpu-architectures to llvm-meta.scm.•••* gnu/packages/llvm.scm (clang-properties): Extract compiler-cpu-architectures and move ... * gnu/packages/llvm-meta.scm: ... to here. * gnu/packages/zig.scm (zig-0.9, zig-0.10)[properties]: Use clang-compiler-cpu-architectures. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new file. Change-Id: Ie0bedbd6e2927eaa05024685cc66375ea278e4c2 Efraim Flashner2024-03-101-0/+94