When building the runtimes by passing compiler-rt to LLVM_ENABLE_PROJECTS, build targets are created for each sub-component, for example tysan or check-asan. However, this method of enabling the runtimes is deprecated, with the recommended way being to pass LLVM_ENABLE_RUNTIMES=compiler-rt. With this method, targets to build and test all of Compiler-RT are created, but the individual ones, which are really useful when working on a single sanitizer, are missing.