aboutsummaryrefslogtreecommitdiff
path: root/po
ModeNameSize
d---------guix344logplain
d---------packages278logplain
d> 2022-06-01gnu: LLVM, Clang, LLD: Update to 14.0.4.Marius Bakke * gnu/packages/llvm.scm (%llvm-monorepo-hashes): Adjust for 14.0.4. (%llvm-patches): Likewise. (llvm-14, clang-14, lld-14): Update to 14.0.4. * gnu/packages/patches/clang-14.0-libc-search-path.patch: Adjust for upstream changes. 2022-05-29gnu: clang-from-llvm: Fix building on riscv64-linux.Efraim Flashner * gnu/packages/llvm.scm (clang-from-llvm)[arguments]: When building for riscv64-linux add configure-flags and make-flags to ensure linking with '-latomic'. 2022-05-28gnu: clang-from-llvm: Fix build on some architectures.Efraim Flashner * gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Adjust custom 'symlink-cfi_ignorelist phase to only symlink when the file exists. 2022-05-22gnu: clang@14: Include the extras.Tobias Geerinckx-Rice * gnu/packages/llvm.scm (clang-14): Add a matching #:tools-extra origin. Reported by foobarxyz on #guix. 2022-05-20gnu: clang: Add OBJC_INCLUDE_PATH to native-search-paths.Zhu Zihao Clang is also a compiler for Objective-C. * gnu/packages/llvm.scm (clang-for-llvm): Add OBJC_INCLUDE_PATH to native-search-paths. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-05-12gnu: python-llvmlite: Update to 0.38.0.Maxim Cournoyer * gnu/packages/llvm.scm (python-llvmlite): Update to 0.38.0. 2022-05-09gnu: LLVM, Clang: Update to 14.0.3.Greg Hogan * gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-14, lld-14): Update to 14.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-04-10gnu: llvm-3: Fix build.Guillaume Le Vaillant * gnu/packages/llvm.scm (llvm-3.9)[arguments]: Use gexp. Add 'shared-lib-workaround' phase. Co-authored-by: Maxime Devos <maximedevos@telenet.be> 2022-04-07gnu: LLVM, Clang: Add 14.0.0.Marius Bakke * gnu/packages/llvm.scm (%llvm-monorepo-hashes, %llvm-patches, llvm-monorepo): New variables. (clang-runtime-from-llvm): Make HASH optional; use monorepo when not present. (clang-from-llvm): Likewise. (llvm-14, clang-runtime-14, clang-14, clang-toolchain-14, lld-14): New variables. (llvm-13): Inherit from LLVM-14. (lld-13): Inherit from LLD-14. (lld): Turn into alias for LLD-14. * gnu/packages/patches/clang-14.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/zig.scm (zig): Change from LLD to LLD-13.