[Openmp-commits] [PATCH] D25072: [test] Support 'lit' executable name

Michał Górny via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 30 10:05:22 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL282876: [test] Support 'lit' executable name (authored by mgorny).

Changed prior to commit:
  https://reviews.llvm.org/D25072?vs=72984&id=73081#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25072

Files:
  openmp/trunk/runtime/test/CMakeLists.txt


Index: openmp/trunk/runtime/test/CMakeLists.txt
===================================================================
--- openmp/trunk/runtime/test/CMakeLists.txt
+++ openmp/trunk/runtime/test/CMakeLists.txt
@@ -41,7 +41,7 @@
   set(LIBOMP_TEST_OPENMP_FLAG -fopenmp CACHE STRING
     "OpenMP compiler flag to use for testing OpenMP library")
   find_program(LIBOMP_LLVM_LIT_EXECUTABLE
-    NAMES llvm-lit lit.py
+    NAMES llvm-lit lit.py lit
     PATHS ${OPENMP_LLVM_TOOLS_DIR})
   if(NOT LIBOMP_LLVM_LIT_EXECUTABLE)
     libomp_say("Cannot find llvm-lit.")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25072.73081.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160930/b7add32f/attachment.bin>


More information about the Openmp-commits mailing list