Apparently if you enable LLVM_TOOL_LLVM_DRIVER_BUILD, many individual tool binaries are not built and instead create object targets which are linked into an llvm-driver tool which you need to use instead. In principle we could reconstruct this command with llvm-driver, but I can't get a build to complete when I turn this on as a standalone option.