[all-commits] [llvm/llvm-project] 77e019: [OpenMP] Add "not" to test dependencies.
Michael Kruse via All-commits
all-commits at lists.llvm.org
Sun Dec 12 08:54:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77e019c23389b508d75d57653069868a2812e5c7
https://github.com/llvm/llvm-project/commit/77e019c23389b508d75d57653069868a2812e5c7
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-12-12 (Sun, 12 Dec 2021)
Changed paths:
M openmp/cmake/OpenMPTesting.cmake
Log Message:
-----------
[OpenMP] Add "not" to test dependencies.
The `not` program is used to test executions prefixed with `%libomptarget-run-fail-`. Currently `not` is not used for libomp tests, but might be used in the future and its dependency does not add any additional burden over the already established `FileCheck` dependency.
Required to add libomptarget testing to the Phabricator pre-merge check (see https://github.com/google/llvm-premerge-checks/issues/368)
Reviewed By: jdenny, JonChesterfield
Differential Revision: https://reviews.llvm.org/D115454
More information about the All-commits
mailing list