diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-19 21:02:51 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-19 21:03:54 +0200 |
| commit | 8860d76d78ac7fa28dfb981cde5e13ac950637d0 (patch) | |
| tree | 2cc2c8e83856197940bc1f06a76563963226cc94 /gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch | |
| parent | fe355fa142d4af9acb1177325225e0cd643b554e (diff) | |
gnu: Remove clang-runtime-3.7.
* gnu/packages/llvm.scm (clang-runtime-3.7): Delete variable.
* gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch,
gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch,
gnu/packages/patches/clang-runtime-3.8-libsanitizer-mode-field.patch,
gnu/packages/patches/clang-runtime-asan-build-fixes.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Unregister files.
Change-Id: I848b09d29585217b0cc3d2f9ac1867e8ee5e853c
Diffstat (limited to 'gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch')
| -rw-r--r-- | gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch b/gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch deleted file mode 100644 index 042f0e025a..0000000000 --- a/gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch +++ /dev/null @@ -1,16 +0,0 @@ -Patch based on changes from -https://github.com/llvm/llvm-project/commit/c1fde4fa943fd03a3d40bc5d32b9e0045fd29208 - -diff --git a/lib/sanitizer_common/scripts/gen_dynamic_list.py b/lib/sanitizer_common/scripts/gen_dynamic_list.py -index 5ea2ca1..d7bc287 100755 ---- a/lib/sanitizer_common/scripts/gen_dynamic_list.py -+++ b/lib/sanitizer_common/scripts/gen_dynamic_list.py -@@ -100,7 +100,7 @@ def main(argv): - print('global:') - result.sort() - for f in result: -- print(' ' + f.encode('utf-8') + ';') -+ print(u' %s;' % f) - if args.version_list: - print('local:') - print(' *;') |
