diff options
Diffstat (limited to 'llvm/CMakeLists.txt')
-rw-r--r-- | llvm/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt index 3d2093fde63..bfd454323dc 100644 --- a/llvm/CMakeLists.txt +++ b/llvm/CMakeLists.txt @@ -697,6 +697,7 @@ if( LLVM_INCLUDE_TESTS ) EXCLUDE_FROM_ALL NO_INSTALL) endif() + add_subdirectory(utils/lit) add_subdirectory(test) add_subdirectory(unittests) if (MSVC) |