[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 12:03:35 PDT 2018


RaviNarayanaswamy added inline comments.


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


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51226





More information about the Openmp-commits mailing list