Use report_fatal_error instead of llvm::errs() + abort() (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Sat, 29 Aug 2020 00:34:59 +0000 (00:34 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 29 Aug 2020 00:36:08 +0000 (00:36 +0000)
commit9f2fbfab8d91cc8c623704d03991d4fe755fc1b1
tree9463727c31984bdb6e897c7abe15a9eca9548b16
parent90166c25631053eb4eaf5084358563ea268bb482
Use report_fatal_error instead of llvm::errs() + abort() (NFC)

This is making the error reporting in line with other fatal errors.
mlir/lib/IR/MLIRContext.cpp