Lines Matching refs:libsanitizer
2854 target-libsanitizer \
3340 # Disable libsanitizer on unsupported systems.
3341 if test -d ${srcdir}/libsanitizer; then
3343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3344 $as_echo_n "checking for libsanitizer support... " >&6; }
3345 if (srcdir=${srcdir}/libsanitizer; \
3351 noconfigdirs="$noconfigdirs target-libsanitizer"
9348 # Disable libitm, libsanitizer, libvtv if we're not building C++
9351 # Disable libitm, libsanitizer if we're not building libstdc++
9354 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
9360 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer target-libvtv"
9996 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
9998 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
10001 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,