[Openmp-commits] [PATCH] D51226: [OpenMP][libomptarget] rework of fatal error reporting
Ravi Narayanaswamy via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 24 11:21:12 PDT 2018
RaviNarayanaswamy added inline comments.
================
Comment at: libomptarget/src/interface.cpp:58
if (success) {
- FatalMessage(1, "expected no offloading while offloading is disabled");
+ FATAL_MESSAGE0(1, "expected no offloading while offloading is disabled");
}
----------------
What scenario would result in this.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D51226
More information about the Openmp-commits
mailing list