[Openmp-commits] [PATCH] D83963: [OpenMP] Use `abort` not `error` for fatal runtime exceptions
George Rokos via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 16 11:24:18 PDT 2020
grokos added a comment.
`abort()` does not flush stdout, but here we are printing to stderr which is not buffered so there is no need to flush.
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