[all-commits] [llvm/llvm-project] 9794a7: [openmp] Allow testing OpenMP in runtimes builds w...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Mar 5 08:36:02 PST 2026
Branch: refs/heads/release/22.x
Home: https://github.com/llvm/llvm-project
Commit: 9794a7932465bdc244b327388905d66df38485e2
https://github.com/llvm/llvm-project/commit/9794a7932465bdc244b327388905d66df38485e2
Author: Martin Storsjö <martin at martin.st>
Date: 2026-03-05 (Thu, 05 Mar 2026)
Changed paths:
M openmp/CMakeLists.txt
M openmp/cmake/OpenMPTesting.cmake
Log Message:
-----------
[openmp] Allow testing OpenMP in runtimes builds without a full clang build tree
Having a build tree with "not" and "FileCheck" is still required, but if
Clang/Flang isn't configured in that build, run the tests with the same
compiler CMake uses. This is how testing worked in the standalone build
configurations that now have been removed.
This is a manually adapted backport of
48a5119d8e7d7236a28c14d06ec215ef3366ef90 / #182470 to the 22.x
release branch.
This allows testing OpenMP in the same way on both git main
and the 22.x release branch.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list