[PATCH] D38823: Use check-all on the android buildbot
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 14:32:20 PDT 2017
vitalybuka added inline comments.
================
Comment at: buildbot_android_functions.sh:181
+ RT_DIR=$ROOT/llvm_build64/lib/clang/*/lib/linux
+ # ASAN_RT=$(find $ROOT/llvm_build64/lib/ -name libclang_rt.asan-$_arch-android.so)
+ # UBSAN_RT=$(find $ROOT/llvm_build64/lib/ -name libclang_rt.ubsan_standalone-$_arch-android.so)
----------------
vitalybuka wrote:
> Could you please remove commented lines
Done.
Repository:
rL LLVM
https://reviews.llvm.org/D38823
More information about the llvm-commits
mailing list