OSDN Git Service

[libFuzzer] change trace-pc to use 8-byte guards
authorKostya Serebryany <kcc@google.com>
Sat, 17 Sep 2016 05:04:47 +0000 (05:04 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 17 Sep 2016 05:04:47 +0000 (05:04 +0000)
commitb9cc2c457f3e24a755d2e0220240f61f1431dc6d
treead974ea0f7311dd5d341a68908eb7cc40f720537
parent16197d80b6077d1dd084d63c58219b2e4a3122a8
[libFuzzer] change trace-pc to use 8-byte guards

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/test/DSO1.cpp [new file with mode: 0644]
lib/Fuzzer/test/DSO2.cpp [new file with mode: 0644]
lib/Fuzzer/test/DSOTestExtra.cpp [new file with mode: 0644]
lib/Fuzzer/test/DSOTestMain.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-jobs.test
lib/Fuzzer/test/fuzzer.test
lib/Fuzzer/test/trace-pc/CMakeLists.txt