From: NAKAMURA Takumi Date: Thu, 8 Dec 2016 15:28:02 +0000 (+0000) Subject: Prune unused libdeps. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3e85bfe21db848cd8501e815c7dfcfa5b1e8295;p=llvm Prune unused libdeps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289060 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/HowToUseJIT/CMakeLists.txt b/examples/HowToUseJIT/CMakeLists.txt index a344ad07ca6..e86626d5cec 100644 --- a/examples/HowToUseJIT/CMakeLists.txt +++ b/examples/HowToUseJIT/CMakeLists.txt @@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter - MC Support nativecodegen ) diff --git a/lib/CodeGen/AsmPrinter/LLVMBuild.txt b/lib/CodeGen/AsmPrinter/LLVMBuild.txt index c40c5e747e8..2bb66d12f37 100644 --- a/lib/CodeGen/AsmPrinter/LLVMBuild.txt +++ b/lib/CodeGen/AsmPrinter/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = AsmPrinter parent = Libraries -required_libraries = Analysis CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target TransformUtils +required_libraries = Analysis CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target diff --git a/lib/CodeGen/LLVMBuild.txt b/lib/CodeGen/LLVMBuild.txt index 36d6cc1138e..86d3624a9d6 100644 --- a/lib/CodeGen/LLVMBuild.txt +++ b/lib/CodeGen/LLVMBuild.txt @@ -22,4 +22,4 @@ subdirectories = AsmPrinter SelectionDAG MIRParser GlobalISel type = Library name = CodeGen parent = Libraries -required_libraries = Analysis BitReader BitWriter Core Instrumentation MC ProfileData Scalar Support Target TransformUtils +required_libraries = Analysis BitReader BitWriter Core MC Scalar Support Target TransformUtils diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt index 1ecbfffcc4f..f02e19313b7 100644 --- a/tools/lli/CMakeLists.txt +++ b/tools/lli/CMakeLists.txt @@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine IRReader - Instrumentation Interpreter MC MCJIT