mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 04:43:48 +00:00
[CMake] Cleanup deps
This commit is contained in:
parent
7d5d987e93
commit
077a2a4bcd
@ -23,7 +23,6 @@ add_clang_library(clangIndex
|
||||
clangFormat
|
||||
clangFrontend
|
||||
clangLex
|
||||
clangRewrite
|
||||
clangSerialization
|
||||
clangToolingCore
|
||||
|
||||
|
@ -23,7 +23,6 @@ add_clang_library(clangInterpreter
|
||||
clangBasic
|
||||
clangCodeGen
|
||||
clangDriver
|
||||
clangEdit
|
||||
clangFrontend
|
||||
clangFrontendTool
|
||||
clangLex
|
||||
|
@ -22,7 +22,6 @@ add_clang_library(clangDependencyScanning
|
||||
clangCodeGen
|
||||
clangDriver
|
||||
clangFrontend
|
||||
clangFrontendTool
|
||||
clangLex
|
||||
clangParse
|
||||
clangSerialization
|
||||
|
@ -8,7 +8,6 @@ add_clang_library(clangToolingInclusions
|
||||
LINK_LIBS
|
||||
clangBasic
|
||||
clangLex
|
||||
clangRewrite
|
||||
clangToolingCore
|
||||
)
|
||||
|
||||
|
@ -15,7 +15,6 @@ clang_target_link_libraries(clang-repl PRIVATE
|
||||
clangBasic
|
||||
clangFrontend
|
||||
clangInterpreter
|
||||
clangTooling
|
||||
)
|
||||
|
||||
# Support plugins.
|
||||
|
@ -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
|
||||
|
@ -16,7 +16,6 @@ add_clang_unittest(BasicTests
|
||||
|
||||
clang_target_link_libraries(BasicTests
|
||||
PRIVATE
|
||||
clangAST
|
||||
clangBasic
|
||||
clangLex
|
||||
)
|
||||
|
@ -37,7 +37,6 @@ add_llvm_component_library(LLVMAsmPrinter
|
||||
Core
|
||||
DebugInfoCodeView
|
||||
DebugInfoDWARF
|
||||
DebugInfoMSF
|
||||
MC
|
||||
MCParser
|
||||
Remarks
|
||||
|
@ -13,5 +13,4 @@ add_llvm_component_library(LLVMDWP
|
||||
MC
|
||||
Object
|
||||
Support
|
||||
Target
|
||||
)
|
||||
|
@ -32,7 +32,6 @@ add_llvm_component_library(LLVMFuzzMutate
|
||||
Core
|
||||
Scalar
|
||||
Support
|
||||
Target
|
||||
TargetParser
|
||||
TransformUtils
|
||||
)
|
||||
|
@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AsmPrinter
|
||||
CodeGen
|
||||
DWARFLinker
|
||||
DWARFLinkerParallel
|
||||
DebugInfoDWARF
|
||||
MC
|
||||
Object
|
||||
|
@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsDescs
|
||||
AllTargetsInfos
|
||||
Analysis
|
||||
AsmParser
|
||||
AsmPrinter
|
||||
CodeGen
|
||||
Core
|
||||
|
@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsInfos
|
||||
BinaryFormat
|
||||
DebugInfoCodeView
|
||||
DebugInfoDWARF
|
||||
DebugInfoLogicalView
|
||||
DebugInfoPDB
|
||||
MC
|
||||
|
@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsDescs
|
||||
AllTargetsInfos
|
||||
DWARFLinker
|
||||
DWARFLinkerParallel
|
||||
DebugInfoDWARF
|
||||
MC
|
||||
ObjCopy
|
||||
|
@ -5,7 +5,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
MC
|
||||
Object
|
||||
Support
|
||||
Target
|
||||
TargetParser
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
BinaryFormat
|
||||
InterfaceStub
|
||||
Object
|
||||
ObjectYAML
|
||||
Option
|
||||
Support
|
||||
|
@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
BitReader
|
||||
BitWriter
|
||||
Core
|
||||
IRReader
|
||||
Support
|
||||
)
|
||||
|
||||
|
@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsInfos
|
||||
BinaryFormat
|
||||
DebugInfoDWARF
|
||||
DebugInfoPDB
|
||||
Demangle
|
||||
MC
|
||||
MCDisassembler
|
||||
|
@ -13,7 +13,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
FuzzMutate
|
||||
FuzzerCLI
|
||||
IPO
|
||||
IRReader
|
||||
InstCombine
|
||||
Instrumentation
|
||||
MC
|
||||
|
@ -1,7 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
Demangle
|
||||
Object
|
||||
Remarks
|
||||
Support
|
||||
)
|
||||
|
@ -1,6 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
DebugInfoDWARF
|
||||
Object
|
||||
ProfileData
|
||||
Support
|
||||
|
@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
BinaryFormat
|
||||
DebugInfoCodeView
|
||||
DebugInfoDWARF
|
||||
DebugInfoMSF
|
||||
DebugInfoPDB
|
||||
Demangle
|
||||
Object
|
||||
Option
|
||||
|
@ -1,7 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
Demangle
|
||||
Object
|
||||
Remarks
|
||||
Support
|
||||
)
|
||||
|
@ -1,7 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
Demangle
|
||||
Object
|
||||
Remarks
|
||||
Support
|
||||
)
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
DebugInfoDWARF
|
||||
Object
|
||||
Support
|
||||
Symbolize
|
||||
|
@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
DebugInfoDWARF
|
||||
DebugInfoPDB
|
||||
MC
|
||||
MCDisassembler
|
||||
Object
|
||||
|
@ -1,7 +1,6 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
MC
|
||||
MCA
|
||||
Object
|
||||
Support
|
||||
TargetParser
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user