Building compiler-rt standalone outside of the main llvm tree is supported. In this case, the llvm cmake modules can be unavailable. (They're generally not needed for plain building the libraries, but are necessary for things like the testsuite. Even if the cmake modules are available, this function is provided by LLVMProcessSources.cmake, which currently isn't being included.)
This fixes building compiler-rt standalone with MSVC/clang-cl, where this cmake command isn't available.
I think the indentation here should be two spaces less