[PATCH] Add support for lldb remote test
Siva Chandra
sivachandra at google.com
Mon Mar 30 15:54:42 PDT 2015
================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:295
@@ +294,3 @@
+ workdir='%s' % llvm_builddir))
+ f=cleanSVNSourceTree(f, '%s/tools/lldb' % llvm_srcdir)
+ # terminate lldb-server on remote host
----------------
Lines 272-295 and lines 385-406 should probably live in a common function.
================
Comment at: zorg/buildbot/builders/LLDBBuilder.py:376
@@ -301,1 +375,3 @@
+ remote_test_compilers,
+ env)
# Skip lldb-test if no test compiler or arch is specified
----------------
The remote test steps should probably be added after the local test steps? That is, after line 406?
http://reviews.llvm.org/D8711
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list