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)
llvm-svn: 289060

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

index a344ad0..e86626d 100644 (file)
@@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   Interpreter
-  MC
   Support
   nativecodegen
   )
index c40c5e7..2bb66d1 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 36d6cc1..86d3624 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 1ecbfff..f02e193 100644 (file)
@@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   IRReader
-  Instrumentation
   Interpreter
   MC
   MCJIT