[CMake] Cleanup deps
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 15:38:49 +0000 (00:38 +0900)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 16 Apr 2023 15:38:49 +0000 (00:38 +0900)
28 files changed:
clang/lib/Index/CMakeLists.txt
clang/lib/Interpreter/CMakeLists.txt
clang/lib/Tooling/DependencyScanning/CMakeLists.txt
clang/lib/Tooling/Inclusions/CMakeLists.txt
clang/tools/clang-repl/CMakeLists.txt
clang/tools/clang-scan-deps/CMakeLists.txt
clang/unittests/Basic/CMakeLists.txt
llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
llvm/lib/DWP/CMakeLists.txt
llvm/lib/FuzzMutate/CMakeLists.txt
llvm/tools/dsymutil/CMakeLists.txt
llvm/tools/llc/CMakeLists.txt
llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt
llvm/tools/llvm-dwarfutil/CMakeLists.txt
llvm/tools/llvm-gsymutil/CMakeLists.txt
llvm/tools/llvm-ifs/CMakeLists.txt
llvm/tools/llvm-modextract/CMakeLists.txt
llvm/tools/llvm-objdump/CMakeLists.txt
llvm/tools/llvm-opt-fuzzer/CMakeLists.txt
llvm/tools/llvm-opt-report/CMakeLists.txt
llvm/tools/llvm-profdata/CMakeLists.txt
llvm/tools/llvm-readobj/CMakeLists.txt
llvm/tools/llvm-remark-size-diff/CMakeLists.txt
llvm/tools/llvm-remarkutil/CMakeLists.txt
llvm/tools/llvm-symbolizer/CMakeLists.txt
llvm/tools/llvm-xray/CMakeLists.txt
llvm/tools/sancov/CMakeLists.txt
llvm/unittests/tools/llvm-mca/CMakeLists.txt

index 68c689b..e6c1721 100644 (file)
@@ -23,7 +23,6 @@ add_clang_library(clangIndex
   clangFormat
   clangFrontend
   clangLex
-  clangRewrite
   clangSerialization
   clangToolingCore
 
index 4702c6a..c923624 100644 (file)
@@ -23,7 +23,6 @@ add_clang_library(clangInterpreter
   clangBasic
   clangCodeGen
   clangDriver
-  clangEdit
   clangFrontend
   clangFrontendTool
   clangLex
index ac93f75..a8ff0a2 100644 (file)
@@ -22,7 +22,6 @@ add_clang_library(clangDependencyScanning
   clangCodeGen
   clangDriver
   clangFrontend
-  clangFrontendTool
   clangLex
   clangParse
   clangSerialization
index 78b25f4..f9c2e63 100644 (file)
@@ -8,7 +8,6 @@ add_clang_library(clangToolingInclusions
   LINK_LIBS
   clangBasic
   clangLex
-  clangRewrite
   clangToolingCore
   )
 
index b51a18c..2ea0122 100644 (file)
@@ -15,7 +15,6 @@ clang_target_link_libraries(clang-repl PRIVATE
   clangBasic
   clangFrontend
   clangInterpreter
-  clangTooling
   )
 
 # Support plugins.
index c68a98f..7ffc3f9 100644 (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
index 6c00f63..3844ba4 100644 (file)
@@ -16,7 +16,6 @@ add_clang_unittest(BasicTests
 
 clang_target_link_libraries(BasicTests
   PRIVATE
-  clangAST
   clangBasic
   clangLex
   )
index 410e120..4e0b7a9 100644 (file)
@@ -37,7 +37,6 @@ add_llvm_component_library(LLVMAsmPrinter
   Core
   DebugInfoCodeView
   DebugInfoDWARF
-  DebugInfoMSF
   MC
   MCParser
   Remarks
index 228c0f2..777de19 100644 (file)
@@ -13,5 +13,4 @@ add_llvm_component_library(LLVMDWP
   MC
   Object
   Support
-  Target
   )
index da233b7..e162c1b 100644 (file)
@@ -32,7 +32,6 @@ add_llvm_component_library(LLVMFuzzMutate
   Core
   Scalar
   Support
-  Target
   TargetParser
   TransformUtils
   )
index 9470e73..b8d34d8 100644 (file)
@@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
   AsmPrinter
   CodeGen
   DWARFLinker
-  DWARFLinkerParallel
   DebugInfoDWARF
   MC
   Object
index d283ebe..17e6e80 100644 (file)
@@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsDescs
   AllTargetsInfos
   Analysis
-  AsmParser
   AsmPrinter
   CodeGen
   Core
index 1827317..3e16d81 100644 (file)
@@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsInfos
   BinaryFormat
   DebugInfoCodeView
-  DebugInfoDWARF
   DebugInfoLogicalView
   DebugInfoPDB
   MC
index 9374ae0..5be7056 100644 (file)
@@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsDescs
   AllTargetsInfos
   DWARFLinker
-  DWARFLinkerParallel
   DebugInfoDWARF
   MC
   ObjCopy
index 4bbbffa..e499d96 100644 (file)
@@ -5,7 +5,6 @@ set(LLVM_LINK_COMPONENTS
   MC
   Object
   Support
-  Target
   TargetParser
   )
 
index fe89646..dc008ea 100644 (file)
@@ -1,7 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   BinaryFormat
   InterfaceStub
-  Object
   ObjectYAML
   Option
   Support
index d310df9..8d967ac 100644 (file)
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
   BitReader
   BitWriter
   Core
-  IRReader
   Support
   )
 
index c8c07ca..65d2f92 100644 (file)
@@ -4,7 +4,6 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsInfos
   BinaryFormat
   DebugInfoDWARF
-  DebugInfoPDB
   Demangle
   MC
   MCDisassembler
index ed75c33..b3c1c85 100644 (file)
@@ -13,7 +13,6 @@ set(LLVM_LINK_COMPONENTS
   FuzzMutate
   FuzzerCLI
   IPO
-  IRReader
   InstCombine
   Instrumentation
   MC
index 130d309..2803de3 100644 (file)
@@ -1,7 +1,5 @@
 set(LLVM_LINK_COMPONENTS
-  Core
   Demangle
-  Object
   Remarks
   Support
   )
index 38bf048..25cf143 100644 (file)
@@ -1,6 +1,5 @@
 set(LLVM_LINK_COMPONENTS
   Core
-  DebugInfoDWARF
   Object
   ProfileData
   Support
index cfbdc17..c49526b 100644 (file)
@@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
   BinaryFormat
   DebugInfoCodeView
   DebugInfoDWARF
-  DebugInfoMSF
-  DebugInfoPDB
   Demangle
   Object
   Option
index 4391867..7e6f007 100644 (file)
@@ -1,7 +1,5 @@
 set(LLVM_LINK_COMPONENTS
-  Core
   Demangle
-  Object
   Remarks
   Support
   )
index f33e7bc..bf044d2 100644 (file)
@@ -1,7 +1,5 @@
 set(LLVM_LINK_COMPONENTS
-  Core
   Demangle
-  Object
   Remarks
   Support
   )
index f1a6087..a6bc047 100644 (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
index 2551b97..4f2f0fd 100644 (file)
@@ -1,5 +1,4 @@
 set(LLVM_LINK_COMPONENTS
-  DebugInfoDWARF
   Object
   Support
   Symbolize
index bda2faa..3fc1cac 100644 (file)
@@ -2,8 +2,6 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsDescs
   AllTargetsDisassemblers
   AllTargetsInfos
-  DebugInfoDWARF
-  DebugInfoPDB
   MC
   MCDisassembler
   Object
index e26ccb4..b209d79 100644 (file)
@@ -1,7 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   MC
   MCA
-  Object
   Support
   TargetParser
   )