We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaa00d commit 4a22e9dCopy full SHA for 4a22e9d
test-with-asan.sh
@@ -2,11 +2,11 @@
2
set -e
3
4
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)"
+ export ASAN_LIB_SO="$(find /usr/lib/llvm-7/ -name libclang_rt.asan-x86_64.so | head -1)"
6
fi
7
8
if [ -z "$ASAN_SYMBOLIZER_PATH" ]; then
9
- export ASAN_SYMBOLIZER_PATH="$(find /usr/lib/llvm-6.0 -name llvm-symbolizer | head -1 )"
+ export ASAN_SYMBOLIZER_PATH="$(find /usr/lib/llvm-7 -name llvm-symbolizer | head -1 )"
10
11
12
if [ -z "$ASAN_OPTIONS" ]; then
0 commit comments