[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -workers=M...
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 868668885b364b0374e28bfe43cf603458a3fbef..496b6db1650d9cee3511d145e11fedbd782c5dd9 100644 (file)
@@ -44,6 +44,8 @@ std::string Hash(const Unit &U);
 void SetTimer(int Seconds);
 void PrintFileAsBase64(const std::string &Path);
 
+int NumberOfCpuCores();
+
 class Fuzzer {
  public:
   struct FuzzingOptions {