OSDN Git Service

[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it...
authorKostya Serebryany <kcc@google.com>
Thu, 26 Jan 2017 01:04:54 +0000 (01:04 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 26 Jan 2017 01:04:54 +0000 (01:04 +0000)
commitdf040aa50b37f4296b6f5ec8ad819d08d45b4c99
tree2a7147763f1102162816c0a872cce230a0b60110
parent3ef6c7c651a704d88907af91a3c5b5d37ea6a38a
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDefs.h
lib/Fuzzer/FuzzerIO.h
lib/Fuzzer/FuzzerIOPosix.cpp
lib/Fuzzer/FuzzerIOWindows.cpp
lib/Fuzzer/FuzzerTracePC.cpp