Details
Description
When using clang with -fsanitize=address for cpp.cxxFlags, cpp.cFlags and cpp.linkerFlags, then building shared libraries will fail with qbs.
This is due to "Wl,-no-undefined" which is passed to the linker when building shared libraries. This will make the linker fail on the symbols that are injected by clang into the executables: Those are expected to be undefined for libraries.