[Openmp-commits] [PATCH] D130926: [OpenMP][libomp] Detect if test compiler has omp.h

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 1 11:56:17 PDT 2022


jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, hbae, Nawrin, mgorny.
jlpeyton added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
jlpeyton requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

`omp50_taskdep_depobj.c` relies on the test compiler's `omp.h` file.
If the test compiler does not have an `omp.h` file, then use the one
within the build tree.

Fixes: https://github.com/llvm/llvm-project/issues/56820


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130926

Files:
  openmp/cmake/DetectTestCompiler/CMakeLists.txt
  openmp/cmake/OpenMPTesting.cmake
  openmp/runtime/test/CMakeLists.txt
  openmp/runtime/test/lit.cfg
  openmp/runtime/test/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130926.449089.patch
Type: text/x-patch
Size: 5102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220801/3a9bf62d/attachment.bin>


More information about the Openmp-commits mailing list