[PATCH] Allow the specification of a "mode" property on the LLDB Builder

Ying Chen chying at google.com
Wed Apr 15 13:29:02 PDT 2015


If I understand it correctly, you're trying to find a way to do clean svn checkout and clean build?

To do fresh checkout, you might want to use,

  f.addStep(SVN(name=xxx,
                           mode='full', method='fresh', .....))

as I don't think 'fresh' is a valid mode.

To do a clean build, you also need to delete build directory, because the object files are kept there based on build/compile step.


http://reviews.llvm.org/D8062

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list