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

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jul 26 14:20:26 PDT 2020


jdoerfert added a comment.

In D83963#2174443 <https://reviews.llvm.org/D83963#2174443>, @protze.joachim wrote:

> stderr is unbuffered by default. Are we sure this behavior is not changed when the output is redirected into a file, as for example during execution in a batch job? What were the worries about having the fflush there?


I went with this: https://reviews.llvm.org/D83963#2156612
If you think flush is needed, feel free to add it, it doesn't cost us anything.


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