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

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Jul 26 08:00:22 PDT 2020


protze.joachim added a comment.

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?


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