[Openmp-commits] [PATCH] D83963: [OpenMP] Use `abort` not `error` for fatal runtime exceptions

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 16 11:48:25 PDT 2020


ye-luo added a comment.

In D83963#2156495 <https://reviews.llvm.org/D83963#2156495>, @grokos wrote:

> `abort()` does not flush stdout, but here we are printing to stderr which is not buffered so there is no need to flush.


Clear. Then everything is good. Let us have this on both master and 11.x


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83963





More information about the Openmp-commits mailing list