mbox series

[bug#66701,00/14] Add LLVM 16 and 17.

Message ID cover.1698063805.git.hako@ultrarare.space
Headers show
Series Add LLVM 16 and 17. | expand

Message

Hilton Chain Oct. 23, 2023, 12:28 p.m. UTC
Hello Guix!

This series adds {llvm,clang-runtime,clang,libomp,clang-toolchain,lld}-{16,17}

I'm also intended to group packages with the same name together and make lower
versions the base that higher versions inherit from.  But the number of
affected packages would require a new branch or go into core-updates, so I'll
send a new series for it.

Thanks

Hilton Chain (14):
  gnu: clang-runtime-from-llvm: Adjust inputs for version 15 or later.
  gnu: clang-runtime-from-llvm: Add phase for LLVM monorepo.
  gnu: Add llvm-16.
  gnu: Add clang-runtime-16.
  gnu: Add clang-16.
  gnu: Add libomp-16.
  gnu: Add clang-toolchain-16.
  gnu: Add lld-16.
  gnu: Add llvm-17.
  gnu: Add clang-runtime-17.
  gnu: Add clang-17.
  gnu: Add libomp-17.
  gnu: Add clang-toolchain-17.
  gnu: Add lld-17.

 gnu/local.mk                                  |   2 +
 gnu/packages/llvm.scm                         | 147 ++++++++++++++----
 .../patches/clang-16.0-libc-search-path.patch |  95 +++++++++++
 .../patches/clang-17.0-libc-search-path.patch |  90 +++++++++++
 4 files changed, 304 insertions(+), 30 deletions(-)
 create mode 100644 gnu/packages/patches/clang-16.0-libc-search-path.patch
 create mode 100644 gnu/packages/patches/clang-17.0-libc-search-path.patch


base-commit: b6619c5db410fb01e552c6168bd6bc7f41c6c993
--
2.41.0

Comments

Michael Ford Nov. 6, 2023, 2:47 p.m. UTC | #1
Hi Hilton,

Awesome work.
Looking forward to making use of this in the near future.

Thanks,

Michael
Efraim Flashner Nov. 12, 2023, 2:14 p.m. UTC | #2
Thanks! Patches pushed.