<div dir="ltr">By the way, with r<span style="font-family:'helvetica neue',helvetica,arial,sans-serif">269342 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?</span></div><br><div class="gmail_quote"><div dir="ltr">On Thu, May 12, 2016 at 3:25 PM Galina <<a href="mailto:gkistanova@gmail.com">gkistanova@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">gkistanova added a comment.<br>
<br>
Sure. You can do something like<br>
<br>
1. Determine the build directory. f.addStep(SetProperty(name="get_builddir", command=["pwd"], property="builddir", description="set build dir", workdir="."))<br>
<br>
and then use it with WithProperties similar to this:<br>
<br>
  -DLLDB_TEST_COMPILER=WithProperties('%(builddir)s/<whetver-path-from-there>/bin/clang.exe')<br>
<br>
There is a usage example in getLLDBBuildFactory in LLDBBuilder.py.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D20021" rel="noreferrer" target="_blank">http://reviews.llvm.org/D20021</a><br>
<br>
<br>
<br>
</blockquote></div>