I have been trying to reduce our Jenkins build times by not building tools
that aren't used in dependent jobs and noticed that not building llvm-mca
or llvm-exegesis broke the CMake configure for tests.
llvm-mca and llvm-exegesis seem to be the only tools worth disabling to
save build time since they contain more than just a couple of source files
and are not needed for any of the other tests.