[all-commits] [llvm/llvm-project] bca061: [flang] Adapt mlir based error status handling in ...
Sourabh Singh Tomar via All-commits
all-commits at lists.llvm.org
Thu Feb 4 21:37:54 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bca0619a1bcad0d2be9f03ae5f768a64f48b1b8a
https://github.com/llvm/llvm-project/commit/bca0619a1bcad0d2be9f03ae5f768a64f48b1b8a
Author: Sourabh Singh Tomar <SourabhSingh.Tomar at amd.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M flang/tools/tco/tco.cpp
Log Message:
-----------
[flang] Adapt mlir based error status handling in `tco` tool
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
Reviewed By: mehdi_amini, clementval, svedanayagam
Differential Revision: https://reviews.llvm.org/D96068
More information about the All-commits
mailing list