Skip to content
  • Brad King's avatar
    Fix dependency propagation through same-name imported targets · bea390e9
    Brad King authored
    If two imported targets in different directories have the same name we
    should still be able to propagate transitive link dependencies from
    both.  Fix the target and link dependency analyzers to de-duplicate
    targets using target pointers rather than target names since the
    pointers will not be duplicated even if the names are.
    
    Issue: #18345
    bea390e9