summaryrefslogtreecommitdiff
path: root/clang/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2023-04-20 08:33:34 +0900
committerNAKAMURA Takumi <geek4civic@gmail.com>2023-04-20 08:45:38 +0900
commita2d1611b7b78b62b573ab04b09c106933007a4d7 (patch)
tree111fb5ca2ce06fc7873d3fdebc88b6d999f6670a /clang/unittests
parent46f5aaa82ca6fe2a307504444754ac535fb4760d (diff)
downloadllvm-a2d1611b7b78b62b573ab04b09c106933007a4d7.tar.gz
[CMake] Reduce deps
Diffstat (limited to 'clang/unittests')
-rw-r--r--clang/unittests/CodeGen/CMakeLists.txt1
-rw-r--r--clang/unittests/DirectoryWatcher/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/clang/unittests/CodeGen/CMakeLists.txt b/clang/unittests/CodeGen/CMakeLists.txt
index add13bd4f7bd..a437f441568f 100644
--- a/clang/unittests/CodeGen/CMakeLists.txt
+++ b/clang/unittests/CodeGen/CMakeLists.txt
@@ -17,7 +17,6 @@ clang_target_link_libraries(ClangCodeGenTests
clangBasic
clangCodeGen
clangFrontend
- clangInterpreter
clangLex
clangParse
clangSerialization
diff --git a/clang/unittests/DirectoryWatcher/CMakeLists.txt b/clang/unittests/DirectoryWatcher/CMakeLists.txt
index 0f95dc823753..38882c9ec216 100644
--- a/clang/unittests/DirectoryWatcher/CMakeLists.txt
+++ b/clang/unittests/DirectoryWatcher/CMakeLists.txt
@@ -11,7 +11,6 @@ if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME STREQUAL Wind
target_link_libraries(DirectoryWatcherTests
PRIVATE
LLVMTestingSupport
- clangBasic
clangDirectoryWatcher
)