diff options
Diffstat (limited to 'unittests/Driver/CMakeLists.txt')
-rw-r--r-- | unittests/Driver/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Driver/CMakeLists.txt b/unittests/Driver/CMakeLists.txt index b8c800f59eaf7..82dc0ff4bd2ac 100644 --- a/unittests/Driver/CMakeLists.txt +++ b/unittests/Driver/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS add_clang_unittest(ClangDriverTests DistroTest.cpp ToolChainTest.cpp + ModuleCacheTest.cpp MultilibTest.cpp ) |