[PATCH] D51615: Set Windows console mode to enable support for ansi escape codes

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 14:44:58 PDT 2018


stella.stamenova added a comment.

In https://reviews.llvm.org/D51615#1226494, @xbolva00 wrote:

> In https://reviews.llvm.org/D51615#1226445, @stella.stamenova wrote:
>
> > In https://reviews.llvm.org/D51615#1226396, @xbolva00 wrote:
> >
> > > Bot sure how to fix tests since this is somehow hard to problematic.
> >
> >
> > I think the fix for this is simply to not make the call to SetUseColor here. Is there a reason for the call? It looks like the check for "dumb" terminal and "GetIsTerminalWithColors" might have to come after setting the ANSI escape codes if setting the codes impacts those two cases.
>
>
> We may disable "use color" setting thanks to GetIsTerminalWithColors but then we realize that we can "enable it" via SetConsoleMode for newer Win 10, so we need to call it I think. The reverse order does not help us either.. I think.


Sounds like GetIsTerminalWithColors might have to be updated to include the new logic as well. Would you rather commit a fix or revert the change and then commit a new one?


Repository:
  rL LLVM

https://reviews.llvm.org/D51615





More information about the llvm-commits mailing list