diff options
-rw-r--r-- | openmp/runtime/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/CMakeLists.txt b/openmp/runtime/test/CMakeLists.txt index 6c31a030ffd..8162855163d 100644 --- a/openmp/runtime/test/CMakeLists.txt +++ b/openmp/runtime/test/CMakeLists.txt @@ -41,7 +41,7 @@ if(${LIBOMP_STANDALONE_BUILD}) 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.") |