Re: [Mesa-dev] [PATCH v2] configure.ac: add --enable-sanitize option

2017-04-14 Thread Emil Velikov
On 13 April 2017 at 17:14, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Enable code sanitizers by adding -fsanitize=$foo flags for the compiler > and linker. > > In addition, this also disables checking for undefined symbols: running > the address sanitizer requires additional symbols which s

[Mesa-dev] [PATCH v2] configure.ac: add --enable-sanitize option

2017-04-13 Thread Nicolai Hähnle
From: Nicolai Hähnle Enable code sanitizers by adding -fsanitize=$foo flags for the compiler and linker. In addition, this also disables checking for undefined symbols: running the address sanitizer requires additional symbols which should be provided by a preloaded libasan.so (preloaded for hoo