[libFuzzer] refactor the code to allow building libFuzzer on platforms that don't...
authorKostya Serebryany <kcc@google.com>
Thu, 10 Sep 2015 18:48:38 +0000 (18:48 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 10 Sep 2015 18:48:38 +0000 (18:48 +0000)
commit8eaf34eed852caa406bfb0dca689cef9a7959c02
tree71fcd0c82f0e5c8844921c166b0356a06b634ec3
parent24346ed19fa1f2d699578307b52b1595b0888834
[libFuzzer] refactor the code to allow building libFuzzer on platforms that don't have dfsan and don't support weak functions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247321 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerDFSan.h [new file with mode: 0644]
lib/Fuzzer/FuzzerTraceState.cpp