[PATCH] D20246: Use full path to clang.exe in LLDB_TEST_COMPILER

Galina via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 15:17:43 PDT 2016


gkistanova requested changes to this revision.
gkistanova added a comment.
This revision now requires changes to proceed.

Almost missed that. Sorry.

It seems you are taking a fully qualified path to a wrong directory.
Shouldn't it be for build_dir and not "."?


================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:94
@@ -88,1 +93,3 @@
+                          workdir="."))
+    
     ############# CLEANING
----------------
Unless I'm missing something, it should be `workdir=build_dir` here.


http://reviews.llvm.org/D20246





More information about the llvm-commits mailing list