[Openmp-commits] [openmp] [OpenMP] Fix preprocessor mismatches between include and usages of hwloc (PR #158349)
Michael Klemm via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 26 12:45:02 PDT 2025
================
@@ -19,7 +19,7 @@
#if KMP_USE_HIER_SCHED
#include "kmp_dispatch_hier.h"
#endif
-#if KMP_USE_HWLOC
+#if KMP_INCLUDES_HWLOC
----------------
mjklemm wrote:
Several of these do not have the comment to indicate which `#endif` is closing off such compilation guards. It would be great if you could add them.
https://github.com/llvm/llvm-project/pull/158349
More information about the Openmp-commits
mailing list