Searched refs:ASAN_RT_PATH (Results 1 – 1 of 1) sorted by relevance
263 ASAN_RT_PATH="$(readlink -f "$(${CC:-gcc} --print-file-name "$ASAN_RT_NAME")")"266 ASAN_RT_PATH="$(readlink -f "$(${CC:-clang} --print-file-name "$ASAN_RT_NAME")")"284 echo "Detected ASan RT '$ASAN_RT_NAME' located at '$ASAN_RT_PATH'"587 if [[ -v ASAN_RT_PATH ]]; then591 inst_libs "$ASAN_RT_PATH"592 inst_library "$ASAN_RT_PATH"784 [[ -z "$ASAN_RT_PATH" ]] && dfatal "ASAN_RT_PATH is empty, but it shouldn't be"795 echo "ASan RT: $ASAN_RT_PATH"796 if [[ ! -e "$ASAN_RT_PATH" ]]; then797 echo >&2 "Couldn't find ASan RT at '$ASAN_RT_PATH', can't continue"[all …]