Earlier scheme was using negative integers for communicating error status,
switch to canonical MLIR style.
f18 commit authored by @schweitz:
https://github.com/flang-compiler/f18-llvm-project/commit/c1af08d6e70b66c08ee2fbf2e63c764ec2e006e5
Differential D96068
[flang] Adapt mlir based error status handling in `tco` tool SouraVX on Feb 4 2021, 11:31 AM. Authored by
Details Earlier scheme was using negative integers for communicating error status, f18 commit authored by @schweitz:
Diff Detail
Event TimelineComment Actions 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? Comment Actions 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. Comment Actions Yes, tco is the tool for testing LLVM code generation. fir-opt hasn't been merged yet. |