| commit | d6edce97fb762b69f6f63c456b764c25386f7543 | [log] [tgz] |
|---|---|---|
| author | Kostya Serebryany <kcc@google.com> | Fri Oct 16 23:04:31 2015 +0000 |
| committer | Kostya Serebryany <kcc@google.com> | Fri Oct 16 23:04:31 2015 +0000 |
| tree | 294cff515f7d09553c33516698cc6967dbe94d97 | |
| parent | b43d33bf0fee62317cc24239c77ae0f05fdb40f2 [diff] [blame] |
[libFuzzer] print a stack trace on timeout llvm-svn: 250571
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h index c672f23..a720adb 100644 --- a/llvm/lib/Fuzzer/FuzzerInternal.h +++ b/llvm/lib/Fuzzer/FuzzerInternal.h
@@ -56,6 +56,7 @@ bool IsASCII(const Unit &U); int NumberOfCpuCores(); +int GetPid(); // Dictionary.