[Openmp-commits] [openmp] [OpenMP] Allow to specify what plugins to look for (PR #74538)
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 5 16:33:01 PST 2023
================
@@ -23,11 +23,15 @@ PluginManager *PM;
// List of all plugins that can support offloading.
static const char *RTLNames[] = {
+#ifdef ENABLED_OFFLOAD_PLUGINS
----------------
jdoerfert wrote:
Right. I can get rid of the alternative here.
https://github.com/llvm/llvm-project/pull/74538
More information about the Openmp-commits
mailing list