I noticed that llvm-config utility gets built when enabling all projects (-DLLVM_ENABLE_PROJECTS=all).
Later on I freshly rebuild with a few projects enabled (“llvm;mlir;polly;pstl;lld”) and noticed that llvm-config utility is not found.
My question is what are the required projects and runtimes to enable in order to build the llvm-config utility ?