[CMake] Reduce deps

This commit is contained in:
NAKAMURA Takumi 2023-04-20 08:33:34 +09:00
parent 46f5aaa82c
commit a2d1611b7b
9 changed files with 0 additions and 9 deletions

View File

@ -22,7 +22,6 @@ set(LLVM_LINK_COMPONENTS
Object
Passes
ProfileData
Remarks
ScalarOpts
Support
Target

View File

@ -23,7 +23,6 @@ add_clang_library(clangDependencyScanning
clangDriver
clangFrontend
clangLex
clangParse
clangSerialization
clangTooling
)

View File

@ -24,7 +24,6 @@ set(CLANG_SCAN_DEPS_LIB_DEPS
clangDriver
clangFrontend
clangLex
clangParse
clangSerialization
clangTooling
)

View File

@ -17,7 +17,6 @@ clang_target_link_libraries(ClangCodeGenTests
clangBasic
clangCodeGen
clangFrontend
clangInterpreter
clangLex
clangParse
clangSerialization

View File

@ -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
)

View File

@ -68,7 +68,6 @@ add_llvm_component_library(LLVMOrcJIT
OrcTargetProcess
WindowsDriver
MC
MCDisassembler
Passes
RuntimeDyld
Support

View File

@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
Object
Support
TargetParser
TextAPI
)
add_llvm_tool(llvm-ar

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
)

View File

@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
MC
MCDisassembler
Target
TargetParser
X86Desc
X86Disassembler