[Openmp-commits] [PATCH] D51226: [OpenMP][libomptarget] rework of fatal error reporting

Alexandre Eichenberger via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 24 14:12:13 PDT 2018


AlexEichenberger added inline comments.


================
Comment at: libomptarget/src/interface.cpp:59
+        FATAL_MESSAGE0(1, "expected no offloading while offloading is disabled");
       }
       break;
----------------
RaviNarayanaswamy wrote:
> The  reason I asked is because you have different way of reporting for tgt_disabled and tgt_default.
ok, will make default the same way as disabled


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51226





More information about the Openmp-commits mailing list