[Openmp-commits] [openmp] [libomp] Fix hwloc include for non-standard paths (PR #184087)
Richard Berger via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 2 06:49:39 PST 2026
================
@@ -189,6 +189,14 @@ else()
set(LIBOMP_LINKER_LANGUAGE CXX)
endif()
if(${LIBOMP_USE_HWLOC})
+ target_include_directories(obj.omp
+ PUBLIC
----------------
rbberger wrote:
That suggestion is missing the point. `obj.omp` is the one that **needs** it for compilation. `omp` only has to expose it as interface since it doesn't have any direct compilation anymore.
https://github.com/llvm/llvm-project/pull/184087
More information about the Openmp-commits
mailing list