[PATCH] D29677: [buildbot] Add check-fuzzer to Asan buildbot on Windows.

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 12:08:02 PST 2017


gkistanova accepted this revision.
gkistanova added a comment.
This revision is now accepted and ready to land.

Hello Marcos,

Feel free to commit after fixing that missing coma.

Would you make sure the slave for that builder will connect to the silent master and not production, to stage it for a day or two, please?



================
Comment at: zorg/buildbot/builders/SanitizerBuilderWindows.py:132
+    # Get clang version.
+    f.addStep(SetProperty(command=WithProperties(bin_path+"\\clang --version")
+                          extract_fn=extractClangVersion))
----------------
You are missing a comma here between the arguments.


https://reviews.llvm.org/D29677





More information about the llvm-commits mailing list