[Openmp-commits] [PATCH] D82154: [OpenMP][Tool] Fix install directory of ompt-multiplex.h

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 19 03:11:59 PDT 2020


protze.joachim added a comment.

With the same argument, `omp-tools.h` should not go to `${CMAKE_INSTALL_PREFIX}/lib/clang/11.0.0/include/omp-tools.h`, but `${CMAKE_INSTALL_PREFIX}/include`.
Other than `omp.h`, the header is not used for code compiled with `-fopenmp` flag.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82154/new/

https://reviews.llvm.org/D82154





More information about the Openmp-commits mailing list