[CMake] Cleanup deps

This commit is contained in:
NAKAMURA Takumi 2023-04-17 00:38:49 +09:00
parent 7d5d987e93
commit 077a2a4bcd
28 changed files with 0 additions and 35 deletions

View File

@ -23,7 +23,6 @@ add_clang_library(clangIndex
clangFormat
clangFrontend
clangLex
clangRewrite
clangSerialization
clangToolingCore

View File

@ -23,7 +23,6 @@ add_clang_library(clangInterpreter
clangBasic
clangCodeGen
clangDriver
clangEdit
clangFrontend
clangFrontendTool
clangLex

View File

@ -22,7 +22,6 @@ add_clang_library(clangDependencyScanning
clangCodeGen
clangDriver
clangFrontend
clangFrontendTool
clangLex
clangParse
clangSerialization

View File

@ -8,7 +8,6 @@ add_clang_library(clangToolingInclusions
LINK_LIBS
clangBasic
clangLex
clangRewrite
clangToolingCore
)

View File

@ -15,7 +15,6 @@ clang_target_link_libraries(clang-repl PRIVATE
clangBasic
clangFrontend
clangInterpreter
clangTooling
)
# Support plugins.

View File

@ -19,11 +19,9 @@ add_clang_tool(clang-scan-deps
set(CLANG_SCAN_DEPS_LIB_DEPS
clangAST
clangBasic
clangCodeGen
clangDependencyScanning
clangDriver
clangFrontend
clangFrontendTool
clangLex
clangParse
clangSerialization

View File

@ -16,7 +16,6 @@ add_clang_unittest(BasicTests
clang_target_link_libraries(BasicTests
PRIVATE
clangAST
clangBasic
clangLex
)

View File

@ -37,7 +37,6 @@ add_llvm_component_library(LLVMAsmPrinter
Core
DebugInfoCodeView
DebugInfoDWARF
DebugInfoMSF
MC
MCParser
Remarks

View File

@ -13,5 +13,4 @@ add_llvm_component_library(LLVMDWP
MC
Object
Support
Target
)

View File

@ -32,7 +32,6 @@ add_llvm_component_library(LLVMFuzzMutate
Core
Scalar
Support
Target
TargetParser
TransformUtils
)

View File

@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
AsmPrinter
CodeGen
DWARFLinker
DWARFLinkerParallel
DebugInfoDWARF
MC
Object

View File

@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsInfos
Analysis
AsmParser
AsmPrinter
CodeGen
Core

View File

@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
AllTargetsInfos
BinaryFormat
DebugInfoCodeView
DebugInfoDWARF
DebugInfoLogicalView
DebugInfoPDB
MC

View File

@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsInfos
DWARFLinker
DWARFLinkerParallel
DebugInfoDWARF
MC
ObjCopy

View File

@ -5,7 +5,6 @@ set(LLVM_LINK_COMPONENTS
MC
Object
Support
Target
TargetParser
)

View File

@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
BinaryFormat
InterfaceStub
Object
ObjectYAML
Option
Support

View File

@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
BitReader
BitWriter
Core
IRReader
Support
)

View File

@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
AllTargetsInfos
BinaryFormat
DebugInfoDWARF
DebugInfoPDB
Demangle
MC
MCDisassembler

View File

@ -13,7 +13,6 @@ set(LLVM_LINK_COMPONENTS
FuzzMutate
FuzzerCLI
IPO
IRReader
InstCombine
Instrumentation
MC

View File

@ -1,7 +1,5 @@
set(LLVM_LINK_COMPONENTS
Core
Demangle
Object
Remarks
Support
)

View File

@ -1,6 +1,5 @@
set(LLVM_LINK_COMPONENTS
Core
DebugInfoDWARF
Object
ProfileData
Support

View File

@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
BinaryFormat
DebugInfoCodeView
DebugInfoDWARF
DebugInfoMSF
DebugInfoPDB
Demangle
Object
Option

View File

@ -1,7 +1,5 @@
set(LLVM_LINK_COMPONENTS
Core
Demangle
Object
Remarks
Support
)

View File

@ -1,7 +1,5 @@
set(LLVM_LINK_COMPONENTS
Core
Demangle
Object
Remarks
Support
)

View File

@ -8,8 +8,6 @@ tablegen(LLVM Opts.inc -gen-opt-parser-defs)
add_public_tablegen_target(SymbolizerOptsTableGen)
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
DebugInfoPDB
Demangle
Object
Option

View File

@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
Object
Support
Symbolize

View File

@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
DebugInfoDWARF
DebugInfoPDB
MC
MCDisassembler
Object

View File

@ -1,7 +1,6 @@
set(LLVM_LINK_COMPONENTS
MC
MCA
Object
Support
TargetParser
)