Hi,
We are trying to use clang with address sanitizer in one of the projects.
However, there are build issues because libtool's internal compiler library
detection part does not work with static libraries.
e.g. clang++ main.cpp -fsanitize=address -v shows the use of static library
/usr/lib64/clan
d, Jul 26, 2017 at 7:41 PM, Manoj Gupta
wrote:
> Hi,
>
> We are trying to use clang with address sanitizer in one of the projects.
> However, there are build issues because libtool's internal compiler library
> detection part does not work with static libraries.
>
> e.g