llvm-project
f8ba0df8 - [clang][deps] Remove dependency on llvm targets from lib DependencyScanning (#129774)

Commit
288 days ago
[clang][deps] Remove dependency on llvm targets from lib DependencyScanning (#129774) In d64eccf we split the object file reader from the writer and removed the dependency on clangCodeGen from the dependency scanner. However, we were still initializing all the llvm targets, which was needed for writing object file pcms but not reading them. This caused us to link more llvm target code than necessary. Shrinks clangd by nearly 50% for me. rdar://144790713
Author
Parents
Loading