[libFuzzer] make trace-based fuzzing not crash in presence of threads
authorKostya Serebryany <kcc@google.com>
Wed, 6 Jan 2016 00:03:35 +0000 (00:03 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 6 Jan 2016 00:03:35 +0000 (00:03 +0000)
commit325442be58f2fc7ea82ac4ec22de7db2c21c0fd5
tree20ab2da53aa79313cb13a18ba01ad9c534eead03
parent7b845c18dbd7df8f596f144948b2c59996c73e02
[libFuzzer] make trace-based fuzzing not crash in presence of threads

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256876 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/ThreadedTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-threaded.test [new file with mode: 0644]