mbox series

[bug#59237,0/3] Add LLVM/Clang 15.0.4.

Message ID 20221113045354.26955-1-maxim.cournoyer@gmail.com
Headers show
Series Add LLVM/Clang 15.0.4. | expand

Message

Maxim Cournoyer Nov. 13, 2022, 4:53 a.m. UTC
Hi Guix,

This adds the latest clang, build with the supported configuration for a
shared library (DYLIB), and with some size reduction via stripping static
archives where possible.

Maxim Cournoyer (3):
  gnu: Add llvm-15.
  gnu: Add clang-runtime-15.
  gnu: Add clang-15.

 gnu/local.mk                                  |   1 +
 gnu/packages/llvm.scm                         | 153 +++++++++++++++++-
 .../patches/clang-15.0-libc-search-path.patch |  95 +++++++++++
 3 files changed, 247 insertions(+), 2 deletions(-)
 create mode 100644 gnu/packages/patches/clang-15.0-libc-search-path.patch