[Openmp-commits] [PATCH] D131000: [OpenMP][libomp] Detect if test compiler has omp.h
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 2 10:45:01 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 the one
within the build tree.
Fixes: https://github.com/llvm/llvm-project/issues/56820
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131000
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: D131000.449345.patch
Type: text/x-patch
Size: 5102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220802/6cef3b2e/attachment-0001.bin>
More information about the Openmp-commits
mailing list