Skip to content

Commit

Permalink
Prune unused libdeps.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289060 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Dec 8, 2016
1 parent 806f05a commit c3e85bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/HowToUseJIT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
Support
nativecodegen
)
Expand Down
2 changes: 1 addition & 1 deletion lib/CodeGen/AsmPrinter/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/CodeGen/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tools/lli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
Instrumentation
Interpreter
MC
MCJIT
Expand Down

0 comments on commit c3e85bf

Please sign in to comment.