[PATCH] D16784: [OpenMP] Reorganize code to allow specialized code generation for different devices.
Samuel Antao via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 4 12:05:12 PST 2016
sfantao marked an inline comment as done.
================
Comment at: lib/Frontend/CompilerInvocation.cpp:1837
@@ +1836,3 @@
+ Diags.Report(clang::diag::err_drv_omp_host_target_not_supported)
+ << TargetOpts.Triple;
+ break;
----------------
Ok, I did as you say. thanks!
http://reviews.llvm.org/D16784
More information about the cfe-commits
mailing list