[libFuzzer] swap bytes in integers when handling CMP traces
authorKostya Serebryany <kcc@google.com>
Sat, 15 Oct 2016 04:00:07 +0000 (04:00 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 15 Oct 2016 04:00:07 +0000 (04:00 +0000)
commit9a4b10a56f8b3f7e8dc46cc48451836cd7fa6a9a
tree8efe3b022117dabda992e23bde2e43aafef4f740
parent49db68d59b34351907f7f45d822919af099ed291
[libFuzzer] swap bytes in integers when handling CMP traces

llvm-svn: 284301
llvm/lib/Fuzzer/FuzzerDefs.h
llvm/lib/Fuzzer/FuzzerMutate.cpp
llvm/lib/Fuzzer/FuzzerTracePC.cpp
llvm/lib/Fuzzer/test/CMakeLists.txt
llvm/lib/Fuzzer/test/SwapCmpTest.cpp [new file with mode: 0644]