--- Begin Message ---
Subject: |
[PATCH 0/3] Add LLVM/Clang 15.0.4. |
Date: |
Sat, 12 Nov 2022 23:53:54 -0500 |
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
--
2.38.1
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#59237: [PATCH 0/3] Add LLVM/Clang 15.0.4. |
Date: |
Wed, 16 Nov 2022 14:16:15 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hello,
Ludovic Courtès <ludo@gnu.org> writes:
> Hi Maxim,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
>
>> This v2 series includes the following changes the following changes, based on
>> Ludovic's review:
>>
>> * Reduce code duplication via conditional changes to the the clang-from-llvm
>> template procedure and inheritance.
>> * Add a libomp-15 package.
>> * Add a clang-toolchain-15 package.
>
> Perfect, LGTM!
Pushed with 83fb681658431362def447ec29876d565d49c9e5.
--
Thanks,
Maxim
--- End Message ---