[Openmp-commits] [openmp] [OpenMP] Fix preprocessor mismatches between include and usages of hwloc (PR #158349)

Peter Arzt via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 6 03:06:17 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
----------------
pearzt wrote:

Done

https://github.com/llvm/llvm-project/pull/158349


More information about the Openmp-commits mailing list