[Openmp-commits] [openmp] [OpenMP] Allow to specify what plugins to look for (PR #74538)
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 5 16:23:36 PST 2023
================
@@ -23,11 +23,15 @@ PluginManager *PM;
// List of all plugins that can support offloading.
static const char *RTLNames[] = {
+#ifdef ENABLED_OFFLOAD_PLUGINS
----------------
shiltian wrote:
`ENABLED_OFFLOAD_PLUGINS` now is already defined right?
https://github.com/llvm/llvm-project/pull/74538
More information about the Openmp-commits
mailing list