[libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumentation...
authorKostya Serebryany <kcc@google.com>
Mon, 9 Nov 2015 23:17:45 +0000 (23:17 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 9 Nov 2015 23:17:45 +0000 (23:17 +0000)
commitf41e3780b34ee80e2186bbd9fac2e57039c70ab2
treea60c3616b6ee7e53f048eebdc3cfb56050203d3a
parent6c6be14bb5660acf923b8ca05b93d320cf59dfb4
[libFuzzer] make libFuzzer link if there is no sanitizer coverage instrumentation (it will fail at start-up time)

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