Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer library...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 6 Apr 2015 16:10:32 +0000 (16:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 6 Apr 2015 16:10:32 +0000 (16:10 +0000)
commit82a2202ae6f1107ee61ee354b6214150743746c1
tree5c6bbd350d7197c382f37762f6f98f47c83cdcc1
parent972756b741cd1a1efd23e93505cdf7931e6710c5
Gating clang-fuzzer on the same conditions required to build the LLVMFuzzer library. Otherwise, we can run into a situation where clang-fuzzer attempts to build, but its dependency was never built.

llvm-svn: 234170
clang/tools/clang-fuzzer/CMakeLists.txt