[lib/Fuzzer] on crash print the contents of the crashy input as base64
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 77871097bd72df20add3da785e335cb092ad3833..8948e3478c56388066a96d069f580815679694c0 100644 (file)
@@ -40,6 +40,7 @@ void Print(const Unit &U, const char *PrintAfter = "");
 void PrintASCII(const Unit &U, const char *PrintAfter = "");
 std::string Hash(const Unit &U);
 void SetTimer(int Seconds);
+void PrintFileAsBase64(const std::string &Path);
 
 class Fuzzer {
  public: