Bug#674155: clang: compiling with -faddress-sanitizer fails

2012-08-30 Thread Fabien Tassin
I tried with 3.1+rt-1~exp2 from experimental, it doesn't work either. /usr/bin/ld: cannot find /usr/bin/../lib/clang/3.1/lib/linux/libclang_rt.asan-i386.a: No such file or directory It seems there's a symlink missing: ln -s /usr/include/clang/3.1/lib /usr/lib/clang/3.1 then I can build. But

Bug#674155: clang: compiling with -faddress-sanitizer fails

2012-05-23 Thread Jakub Ruzicka
Package: clang Version: 3.1-1 Severity: normal Compiling C sources with `clang -faddress-sanitizer` (AdressSanitizer is now part of clang starting with version 3.1) thorws following error: /usr/bin/ld: error: cannot open /usr/bin/../lib/clang/3.1/lib/linux/libclang_rt.asan-x86_64.a: No such

Bug#674155: clang: compiling with -faddress-sanitizer fails

2012-05-23 Thread Sylvestre Ledru
On 23/05/2012 14:57, Jakub Ruzicka wrote: Compiling C sources with `clang -faddress-sanitizer` (AdressSanitizer is now part of clang starting with version 3.1) thorws following error: [...] AddressSanitizer is an awesome tool and should be readily available. Indeed but it requires some