Re: ld.lld: disable colors/bold/whatever

2017-04-17 Thread Patrick Wildt
On Mon, Apr 17, 2017 at 06:51:57PM +0200, Pascal Stumpf wrote: > On Mon, 17 Apr 2017 18:25:34 +0200 (CEST), Mark Kettenis wrote: > > > Date: Sun, 16 Apr 2017 22:00:23 +0200 (CEST) > > > From: Mark Kettenis > > > > > > > Date: Sun, 16 Apr 2017 21:21:24 +0200 > > > > From:

Re: ld.lld: disable colors/bold/whatever

2017-04-17 Thread Mark Kettenis
> From: Pascal Stumpf > Date: Mon, 17 Apr 2017 18:51:57 +0200 > > On Mon, 17 Apr 2017 18:25:34 +0200 (CEST), Mark Kettenis wrote: > > > Date: Sun, 16 Apr 2017 22:00:23 +0200 (CEST) > > > From: Mark Kettenis > > > > > > > Date: Sun, 16 Apr 2017

Re: ld.lld: disable colors/bold/whatever

2017-04-17 Thread Mark Kettenis
> From: Pascal Stumpf > Date: Mon, 17 Apr 2017 18:51:57 +0200 > > On Mon, 17 Apr 2017 18:25:34 +0200 (CEST), Mark Kettenis wrote: > > > Date: Sun, 16 Apr 2017 22:00:23 +0200 (CEST) > > > From: Mark Kettenis > > > > > > > Date: Sun, 16 Apr 2017

Re: ld.lld: disable colors/bold/whatever

2017-04-17 Thread Pascal Stumpf
On Mon, 17 Apr 2017 18:25:34 +0200 (CEST), Mark Kettenis wrote: > > Date: Sun, 16 Apr 2017 22:00:23 +0200 (CEST) > > From: Mark Kettenis > > > > > Date: Sun, 16 Apr 2017 21:21:24 +0200 > > > From: Patrick Wildt > > > > > > Hi, > > > > > > this diff

Re: ld.lld: disable colors/bold/whatever

2017-04-17 Thread Mark Kettenis
> Date: Sun, 16 Apr 2017 22:00:23 +0200 (CEST) > From: Mark Kettenis > > > Date: Sun, 16 Apr 2017 21:21:24 +0200 > > From: Patrick Wildt > > > > Hi, > > > > this diff disables the color diagnostics by default so that LLVM's lld > > does not throw

Re: ld.lld: disable colors/bold/whatever

2017-04-16 Thread Mark Kettenis
> Date: Sun, 16 Apr 2017 21:21:24 +0200 > From: Patrick Wildt > > Hi, > > this diff disables the color diagnostics by default so that LLVM's lld > does not throw any ANSI sequences. > > ok? Wouldn't it be better to just change

ld.lld: disable colors/bold/whatever

2017-04-16 Thread Patrick Wildt
Hi, this diff disables the color diagnostics by default so that LLVM's lld does not throw any ANSI sequences. ok? Patrick diff --git a/gnu/llvm/tools/lld/ELF/DriverUtils.cpp b/gnu/llvm/tools/lld/ELF/DriverUtils.cpp index 5ba494d791d..36b4052d72a 100644 ---