When building with clang 6, use a more reasonable libFuzzer API
Starting with Clang 6, we can build and link with libFuzzer just by adding '-fsanitize=fuzzer-no-link' and '-fsanitize=fuzzer' instead of our current rigmarole with `-fsanitize-coverage=trace-pc-guard,trace-cmp,trace-div`.
issue