[LibFuzzer] Emit error during configuration 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.
This patch is dependent on http://reviews.llvm.org/D20558