mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 11:36:06 +00:00

For example, `include/llvm/DebugInfo/DWARF/DWARFContext.h` is included as part of both the generic "DebugInfo" target as well as the specific "DebugInfoDWARF" target. It should only be in one. Tooling that manages build dependencies should be more accurate now.