[PATCH] D96068: [flang] Adapt mlir based error status handling in `tco` tool

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 07:54:39 PST 2021


clementval added a comment.

In D96068#2544145 <https://reviews.llvm.org/D96068#2544145>, @mehdi_amini wrote:

> Beyond this, is `tco` supposed to be the `opt` tool or do we need another one? If it is supposed to be the opt tool, can it be renamed `fir-opt` for consistency?

We have a `fir-opt` tool that should be upstream soon. Once we have it `tco` will be more like `mlir-translate` in the end when we remove the `emit-fir` option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96068/new/

https://reviews.llvm.org/D96068



More information about the llvm-commits mailing list