This reverts commit d959324e1efec12c3924c17b7d90db0b37eb84c3.
The target_include_directories in the clang-fuzzer CMake files are set to PRIVATE instead of PUBLIC to prevent the clang buildbots from breaking when symlinking clang into llvm.
The expression evaluator fuzzer itself has been modified to prevent a bug that occurs when running it without a target.
Shouldn't this be setting the LLDB_FUZZER_TARGET?