[zorg] r228177 - Run the clang-format fuzzer on 8 CPUs on the bot

Kostya Serebryany kcc at google.com
Wed Feb 4 11:32:04 PST 2015


Author: kcc
Date: Wed Feb  4 13:32:03 2015
New Revision: 228177

URL: http://llvm.org/viewvc/llvm-project?rev=228177&view=rev
Log:
Run the clang-format fuzzer on 8 CPUs on the bot

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh?rev=228177&r1=228176&r2=228177&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Wed Feb  4 13:32:03 2015
@@ -73,5 +73,5 @@ echo @@@BUILD_STEP stage2/asan build cla
 
 echo @@@BUILD_STEP stage2/asan run clang-format-fuzzer@@@
 
-(${STAGE2_ASAN_DIR}/bin/clang-format-fuzzer -iterations=1 $CLANG_FORMAT_CORPUS) || \
+(${STAGE2_ASAN_DIR}/bin/clang-format-fuzzer -iterations=1 -jobs=8 -workers=8 $CLANG_FORMAT_CORPUS) || \
   echo @@@STEP_WARNINGS@@@





More information about the llvm-commits mailing list