Currently configuration with cmake without building utils (LLVM_INCLUDE_UTILS) fails because that example depends on a util, llvm-jitlink-executor.
This patch only adds the example when utils are built. Note, I also had examples disabled - but this does not prevent their subdirectories being added - maybe this is another task.
Is this a whitespace change?