diff options
author | Tobias Kortkamp <tobias.kortkamp@gmail.com> | 2023-06-17 15:31:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-07-13 17:20:02 +0200 |
commit | ae92d98b9375e1d753bd9ab495ed5c7dcd3f1af5 (patch) | |
tree | 9c5476375f29a8aa90da2a97a8d9b51c56531217 /guix/scripts | |
parent | dd4c1992103a65b8fbdc80fe07a9fe9be822769a (diff) |
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>
Diffstat (limited to 'guix/scripts')
0 files changed, 0 insertions, 0 deletions