[Openmp-commits] [PATCH] D130926: [OpenMP][libomp] Copy OpenMP headers to clang build directory

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 2 09:27:39 PDT 2022


jlpeyton added a comment.

@mgorny , I thought the fundamental issue, as noted by @Meinersbur, was the newly built (but not installed) clang's inability to find an accessible omp.h. You then use the newly built clang to standalone build OpenMP.

This is no longer directly fixing the standalone build by checking for omp.h existence, but instead "fixing" the initial ccache build of LLVM/clang by putting the omp.h where clang can find it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130926



More information about the Openmp-commits mailing list