forked from OSchip/llvm-project
[asan] Remove malloc_context_size=0 from asan_device_setup.
This line was added in r243679 - [asan] Support arm64 devices in asan_device_setup without any good reason. llvm-svn: 329962
This commit is contained in:
parent
e1938cbc87
commit
366ea7115d
compiler-rt/lib/asan/scripts
|
@ -309,7 +309,7 @@ if [[ -n "$ASAN_RT64" ]]; then
|
||||||
cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
|
cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ASAN_OPTIONS=start_deactivated=1,malloc_context_size=0
|
ASAN_OPTIONS=start_deactivated=1
|
||||||
|
|
||||||
# The name of a symlink to libclang_rt.asan-$ARCH-android.so used in LD_PRELOAD.
|
# The name of a symlink to libclang_rt.asan-$ARCH-android.so used in LD_PRELOAD.
|
||||||
# The idea is to have the same name in lib and lib64 to keep it from falling
|
# The idea is to have the same name in lib and lib64 to keep it from falling
|
||||||
|
|
Loading…
Reference in New Issue