[Openmp-commits] [PATCH] D115454: [OpenMP] Add "not" to test dependencies.

Michael Kruse via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Dec 12 08:54:59 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG77e019c23389: [OpenMP] Add "not" to test dependencies. (authored by Meinersbur).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115454/new/

https://reviews.llvm.org/D115454

Files:
  openmp/cmake/OpenMPTesting.cmake


Index: openmp/cmake/OpenMPTesting.cmake
===================================================================
--- openmp/cmake/OpenMPTesting.cmake
+++ openmp/cmake/OpenMPTesting.cmake
@@ -196,14 +196,14 @@
         ${comment}
         ${ARG_UNPARSED_ARGUMENTS}
         EXCLUDE_FROM_CHECK_ALL
-        DEPENDS clang FileCheck ${ARG_DEPENDS}
+        DEPENDS clang FileCheck not ${ARG_DEPENDS}
         ARGS ${ARG_ARGS}
       )
     else()
       add_lit_testsuite(${target}
         ${comment}
         ${ARG_UNPARSED_ARGUMENTS}
-        DEPENDS clang FileCheck ${ARG_DEPENDS}
+        DEPENDS clang FileCheck not ${ARG_DEPENDS}
         ARGS ${ARG_ARGS}
       )
     endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115454.393759.patch
Type: text/x-patch
Size: 676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211212/632497e0/attachment.bin>


More information about the Openmp-commits mailing list