[PATCH] D20021: Enable tests on the Windows LLDB buildbot

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 16:33:11 PDT 2016


By the way, with r269342 I ttried to disable tests and enable checking out
and building LLD.  But for some reason, neither change seems to have been
picked up by the buildbot yet.  When I enabled tests, it seemed to take
effect almost immediately, so I'm wondering if I'm missing something or if
it will take some time?

On Thu, May 12, 2016 at 3:25 PM Galina <gkistanova at gmail.com> wrote:

> gkistanova added a comment.
>
> Sure. You can do something like
>
> 1. Determine the build directory.
> f.addStep(SetProperty(name="get_builddir", command=["pwd"],
> property="builddir", description="set build dir", workdir="."))
>
> and then use it with WithProperties similar to this:
>
>
> -DLLDB_TEST_COMPILER=WithProperties('%(builddir)s/<whetver-path-from-there>/bin/clang.exe')
>
> There is a usage example in getLLDBBuildFactory in LLDBBuilder.py.
>
>
> http://reviews.llvm.org/D20021
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160512/db2f48c8/attachment.html>


More information about the llvm-commits mailing list