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.
2 parents e324da4 + 48b073b commit c6fecc1Copy full SHA for c6fecc1
test-with-asan.sh
@@ -2,11 +2,11 @@
2
set -e
3
4
if [ -z "$ASAN_LIB_SO" ]; then
5
- export ASAN_LIB_SO=/usr/lib/clang/5.0.1/lib/linux/libclang_rt.asan-x86_64.so
+ export ASAN_LIB_SO="$(find /usr/lib/llvm-6.0/ -name libclang_rt.asan-x86_64.so | head -1)"
6
fi
7
8
if [ -z "$ASAN_SYMBOLIZER_PATH" ]; then
9
- export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-5.0/bin/llvm-symbolizer
+ export ASAN_SYMBOLIZER_PATH="$(find /usr/lib/llvm-6.0 -name llvm-symbolizer | head -1 )"
10
11
12
if [ -z "$ASAN_OPTIONS" ]; then
0 commit comments