[PATCH] D26796: [Driver] Use arch type to find compiler-rt libraries (on Linux)
Evgenii Stepanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 28 10:47:33 PDT 2017
eugenis added a comment.
In https://reviews.llvm.org/D26796#853446, @mgorny wrote:
> The problems:
>
> 1. http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-android/builds/2140/steps/annotate/logs/stdio -- purely this change,
This one still builds i686 libraries. Maybe it needs a clean cmake? Try "clobber" "1" in build properties.
[171/178] Linking CXX shared library /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm_build64/lib/clang/6.0.0/lib/linux/libclang_rt.asan-i686-android.so
[172/178] Linking CXX static library /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm_build64/lib/clang/6.0.0/lib/linux/libclang_rt.asan-i686-android.a
> 2. http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-android/builds/2146/steps/run%20instrumented%20asan%20tests%20%5Bi686%2Ffugu-userdebug%2FN2G48C%5D/logs/stdio -- after https://reviews.llvm.org/D26764.
This probably needs an update of zorg/buildbot/builders/sanitizers/buildbot_android.sh in the zorg repo.
Repository:
rL LLVM
https://reviews.llvm.org/D26796
More information about the cfe-commits
mailing list