[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:31:41 PDT 2017


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

Awesome



================
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)
----------------
Could you please remove commented lines


Repository:
  rL LLVM

https://reviews.llvm.org/D38823





More information about the llvm-commits mailing list