]> granicus.if.org Git - llvm/commitdiff
Prune unused libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Dec 2016 15:28:02 +0000 (15:28 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Dec 2016 15:28:02 +0000 (15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289060 91177308-0d34-0410-b5e6-96231b3b80d8

examples/HowToUseJIT/CMakeLists.txt
lib/CodeGen/AsmPrinter/LLVMBuild.txt
lib/CodeGen/LLVMBuild.txt
tools/lli/CMakeLists.txt

index a344ad07ca63cb6f7a61e0f9509f75c437e53e42..e86626d5cec646196a6071c82cc90c0ed7a86dcd 100644 (file)
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
-  MC
   Support
   nativecodegen
   )
index c40c5e747e8174a203d92631142b26c877fb34b2..2bb66d12f376166ce0a9543f46d4de0d046b71a5 100644 (file)
@@ -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
index 36d6cc1138ed78bd082d6ccc3bda14e48c3987ae..86d3624a9d6e050570c2cf25c54c92c60d19fbe3 100644 (file)
@@ -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
index 1ecbfffcc4fa520d0fa4deb9b56b379f20ef8fbe..f02e19313b7915eaf016f732297e9d9fd1bccaaf 100644 (file)
@@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   IRReader
-  Instrumentation
   Interpreter
   MC
   MCJIT