mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 01:15:50 +08:00
[asan] Minor tweak to asan_device_setup.
Add another wait-for-device which may fix a flaky setup error. Fix output message. llvm-svn: 219117
This commit is contained in:
@@ -90,9 +90,10 @@ echo '>> Remounting /system rw'
|
||||
$ADB root
|
||||
$ADB wait-for-device
|
||||
$ADB remount
|
||||
$ADB wait-for-device
|
||||
|
||||
get_device_arch ARCH
|
||||
echo 'Target architecture: $ARCH'
|
||||
echo "Target architecture: $ARCH"
|
||||
ASAN_RT="libclang_rt.asan-$ARCH-android.so"
|
||||
|
||||
if [[ x$revert == xyes ]]; then
|
||||
|
||||
Reference in New Issue
Block a user