me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu
Tobias Kortkamp ae92d98b93
gnu: clang-runtime-15: Fix address sanitizer support
$ guix shell clang-toolchain@15 -- clang -o test -fsanitize=address test.c
ld: cannot find /gnu/store/i429h17s15g48ir9vl1bzp3cv39l5pib-clang-runtime-15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory
ld: cannot find /gnu/store/i429h17s15g48ir9vl1bzp3cv39l5pib-clang-runtime-15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory
clang-15: error: linker command failed with exit code 1 (use -v to see invocation)

* gnu/packages/llvm.scm (clang-runtime-15): Fix address sanitizer
support by bringing back the static libraries.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-13 17:20:02 +02:00
..
bootloader gnu: bootloader: Add u-boot-sifive-unmatched-bootloader. 2023-06-14 14:52:21 +03:00
build gnu: image: Add support for unformatted partitions. 2023-06-14 14:52:21 +03:00
home home: services: bash: Properly quote shell aliases. 2023-07-11 15:47:56 +02:00
installer installer: Restore LatGrkCyr-8x16 console font depending on language. 2023-07-06 15:38:58 +02:00
machine
packages gnu: clang-runtime-15: Fix address sanitizer support 2023-07-13 17:20:02 +02:00
services services: cgit: Remove ‘cgit-repo’ left-overs. 2023-07-02 02:00:09 +02:00
system image: Prefer gpt partition table for efi images 2023-07-07 21:14:10 +02:00
tests gnu: lightdm: Apply patch to fix VNC server address binding ordering. 2023-07-09 22:51:08 -04:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk gnu: rocm: Update to 5.6.0. 2023-07-11 12:21:00 -04:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm