[all-commits] [llvm/llvm-project] 9f2fbf: Use report_fatal_error instead of llvm::errs() + a...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Fri Aug 28 17:36:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f2fbfab8d91cc8c623704d03991d4fe755fc1b1
      https://github.com/llvm/llvm-project/commit/9f2fbfab8d91cc8c623704d03991d4fe755fc1b1
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-08-29 (Sat, 29 Aug 2020)

  Changed paths:
    M mlir/lib/IR/MLIRContext.cpp

  Log Message:
  -----------
  Use report_fatal_error instead of llvm::errs() + abort() (NFC)

This is making the error reporting in line with other fatal errors.




More information about the All-commits mailing list