[PATCH] D21843: [Driver][OpenMP] Create tool chains for OpenMP offloading kind.

Hal Finkel via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 11:47:44 PDT 2016


hfinkel added inline comments.

================
Comment at: include/clang/Basic/DiagnosticDriverKinds.td:163
@@ +162,3 @@
+def err_drv_expecting_fopenmp_with_fopenmp_targets : Error<
+  "The option -fopenmp-targets must be used in conjunction with a -fopenmp option compatible with offloading.">;
+def warn_drv_omp_offload_target_duplicate : Warning<
----------------
This message does not tell the user how they might make their -fopenmp option "compatible with offloading." Please make sure the message does, or is has an associated hint message which does.



https://reviews.llvm.org/D21843





More information about the cfe-commits mailing list