[PATCH] Prevent building of libunwind, libcxx, libcxxabi, and lld on powerpc64 buildbots
Evgeniy Stepanov
eugenis at google.com
Tue May 26 12:48:56 PDT 2015
Yeah, probably.
On Tue, May 26, 2015 at 12:45 PM, Bill Seurer <seurer at linux.vnet.ibm.com> wrote:
> + subdirs='llvm llvm/tools/clang llvm/projects/compiler-rt'
> + llvm/projects/libcxx llvm/projects/libcxxabi llvm/tools/lld
> /mnt/b/sanitizer-buildbot3/sanitizer-x86_64-linux-fast/sanitizer_buildbot/sanitizers/buildbot_functions.sh: line 23: llvm/projects/libcxx: Is a directory
>
> if [ "$BUILDBOT_BUILDERNAME" != "sanitizer-ppc64-linux1" -a "$BUILDBOT_BUILDERNAME" != "sanitizer-ppc64le-linux" ]; then
> subdirs=${subdirs} llvm/projects/libcxx llvm/projects/libcxxabi llvm/tools/lld
> fi
>
> It looks like that is the line that broke things. Should the right hand side be in quotes?
>
> if [ "$BUILDBOT_BUILDERNAME" != "sanitizer-ppc64-linux1" -a "$BUILDBOT_BUILDERNAME" != "sanitizer-ppc64le-linux" ]; then
> subdirs="${subdirs} llvm/projects/libcxx llvm/projects/libcxxabi llvm/tools/lld"
> fi
>
>
> http://reviews.llvm.org/D10033
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
More information about the llvm-commits
mailing list