OSDN Git Service

[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.
authorDan Liew <dan@su-root.co.uk>
Thu, 26 May 2016 20:55:09 +0000 (20:55 +0000)
committerDan Liew <dan@su-root.co.uk>
Thu, 26 May 2016 20:55:09 +0000 (20:55 +0000)
commitcaa716a9915c757d35691b2ed406f5dac4ff7d7d
treeada35b96162403ed2dbf53c97dfb6d0ee6e335aa
parentb82cddc56f64071ca3ccf2e5524510003df7123e
[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.

Previously CMake would successfully configure and compile (with warnings
about ``-fsanitize-coverage=...`` being unused) but the tests LibFuzzer
tests would fail.

Differential Revision: http://reviews.llvm.org/D20662

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270913 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/CMakeLists.txt