When building with libFuzzer, simplifyCFG reduces the coverage signal
available to libFuzzer when trying to find new inputs. This patch
provides a way to disable simplifyCFG when building with libFuzzer.
Previous attempt https://reviews.llvm.org/D43423 received push-back
regarding the frontend flag.
no_simplify_cfg->nosimplifycfg ?