Skip to content
  • Rui Ueyama's avatar
    8c8818a5
    Support -color-diagnostics={auto,always,never}. · 8c8818a5
    Rui Ueyama authored
    -color-diagnostics=auto is default because that's the same as
    Clang's default. When color is enabled, error or warning messages
    are colored like this.
    
      error:
      <bold>ld.lld</bold> <red>error:</red> foo.o: no such file
    
      warning:
      <bold>ld.lld</bold> <magenta>warning:</magenta> foo.o: no such file
    
    Differential Revision: https://reviews.llvm.org/D27117
    
    llvm-svn: 287949
    8c8818a5
    Support -color-diagnostics={auto,always,never}.
    Rui Ueyama authored
    -color-diagnostics=auto is default because that's the same as
    Clang's default. When color is enabled, error or warning messages
    are colored like this.
    
      error:
      <bold>ld.lld</bold> <red>error:</red> foo.o: no such file
    
      warning:
      <bold>ld.lld</bold> <magenta>warning:</magenta> foo.o: no such file
    
    Differential Revision: https://reviews.llvm.org/D27117
    
    llvm-svn: 287949
Loading