Skip to content
  • Jordan Rose's avatar
    Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. · 5f9dd320
    Jordan Rose authored
    When aliasing tools, rather than using the base TOOLEXENAME, we should
    instead use the built tool's basename (for 'make') or the installed
    tool's basename (for 'make install').
    
    This should not cause any changes for anyone building unprefixed 'clang'
    and 'clang++' tools.
    
    Patch by Rick Foos!
    
    llvm-svn: 165189
    5f9dd320
Loading