[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64218] [PATCH 2/7] gnu: clang-runtime-15: Don't delete static libra
From: |
Efraim Flashner |
Subject: |
[bug#64218] [PATCH 2/7] gnu: clang-runtime-15: Don't delete static libraries. |
Date: |
Thu, 22 Jun 2023 12:19:09 +0300 |
These are needed for some test suites.
* gnu/packages/llvm.scm (clang-runtime-15)[arguments]: Remove custom
'delete-static-libraries phase.
---
gnu/packages/llvm.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index f59c8e9592..9764552a62 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -699,12 +699,7 @@ (define-public clang-runtime-15
#~(modify-phases #$phases
(add-after 'unpack 'change-directory
(lambda _
- (chdir "compiler-rt")))
- (add-after 'install 'delete-static-libraries
- ;; Reduce size from 33 MiB to 7.4 MiB.
- (lambda _
- (for-each delete-file
- (find-files #$output "\\.a(\\.syms)?$"))))))))
+ (chdir "compiler-rt")))))))
(native-inputs
(modify-inputs (package-native-inputs template)
(prepend gcc-12))) ;libfuzzer fails to build with GCC 11
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
- [bug#64218] [PATCH 0/7] build ldc with llvm-15, Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 1/7] gnu: python-lit: Update to 16.0.6., Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 2/7] gnu: clang-runtime-15: Don't delete static libraries.,
Efraim Flashner <=
- [bug#64218] [PATCH 4/7] gnu: lld-15: Adjust max text section size on riscv64-linux., Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 3/7] gnu: clang-15: Fix building on i686-linux., Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 6/7] gnu: ldc: Enable building on more architectures., Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 5/7] gnu: ldc: Build with llvm-15., Efraim Flashner, 2023/06/22
- [bug#64218] [PATCH 7/7] gnu: sambamba: Fix building., Efraim Flashner, 2023/06/22