diff options
Diffstat (limited to 'flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index e1de344..d16aff8 100644 --- a/flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -191,9 +191,6 @@ bool executeCompilerInvocation(CompilerInstance *flang) { return false; } - // Honor color diagnostics. - flang->getDiagnosticOpts().ShowColors = flang->getFrontendOpts().showColors; - updateDiagEngineForOptRemarks(flang->getDiagnostics(), flang->getDiagnosticOpts()); |