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

Galina via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 15:25:15 PDT 2016


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





More information about the llvm-commits mailing list