[Openmp-commits] [PATCH] D40083: [CMake] Detect information about test compiler
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Nov 15 08:13:53 PST 2017
Hahnfeld created this revision.
Herald added a subscriber: mgorny.
Perform a nested CMake invocation to avoid writing our own parser
for compiler versions when we are not testing the in-tree compiler.
Use the extracted information to mark a test as unsupported that
hangs with Clang prior to version 4.0.1 and restrict tests for
libomptarget to Clang version 6.0.0 and later.
https://reviews.llvm.org/D40083
Files:
CMakeLists.txt
cmake/DetectTestCompiler/CMakeLists.txt
cmake/OpenMPTesting.cmake
libomptarget/test/CMakeLists.txt
runtime/test/lit.cfg
runtime/test/lit.site.cfg.in
runtime/test/misc_bugs/cancellation_for_sections.c
runtime/test/tasking/kmp_task_reduction_nest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40083.123033.patch
Type: text/x-patch
Size: 8035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171115/388e0489/attachment.bin>
More information about the Openmp-commits
mailing list