[LibFuzzer] Refactor declaration of tests in CMake.
Add a new CMake function (add_libfuzzer_test()) to simplify
declaration of executables for testing LibFuzzer and use it to
reorganise how tests are declared.
Note that configuration of the lit configuration files has been moved
as late as possible because we are going to need to disable some tests
for some platforms and we will need to propagate this information into
the lit configuration.