Skip to content

Commit 4a22e9d

Browse files
committed
test-with-asan.sh: update to /usr/lib/llvm-7/
1 parent afaa00d commit 4a22e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-with-asan.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -e
33

44
if [ -z "$ASAN_LIB_SO" ]; then
5-
export ASAN_LIB_SO="$(find /usr/lib/llvm-6.0/ -name libclang_rt.asan-x86_64.so | head -1)"
5+
export ASAN_LIB_SO="$(find /usr/lib/llvm-7/ -name libclang_rt.asan-x86_64.so | head -1)"
66
fi
77

88
if [ -z "$ASAN_SYMBOLIZER_PATH" ]; then
9-
export ASAN_SYMBOLIZER_PATH="$(find /usr/lib/llvm-6.0 -name llvm-symbolizer | head -1 )"
9+
export ASAN_SYMBOLIZER_PATH="$(find /usr/lib/llvm-7 -name llvm-symbolizer | head -1 )"
1010
fi
1111

1212
if [ -z "$ASAN_OPTIONS" ]; then

0 commit comments

Comments
 (0)