From f204914feea4c4abc8061520b9791a877e281c78 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 9 Oct 2019 22:09:57 +0000 Subject: [PATCH] [CMake] Use the correct lit.cfg.py llvm-svn: 374244 --- lldb/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/CMakeLists.txt b/lldb/test/CMakeLists.txt index 4cbdc46..ae83412 100644 --- a/lldb/test/CMakeLists.txt +++ b/lldb/test/CMakeLists.txt @@ -107,7 +107,7 @@ configure_lit_site_cfg( ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py MAIN_CONFIG - ${CMAKE_CURRENT_SOURCE_DIR}/Shell/lit.cfg.py) + ${CMAKE_CURRENT_SOURCE_DIR}/lit.cfg.py) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/Shell/lit-lldb-init.in -- 2.7.4