[CMake] examples/Kaleidoscope: Prune redundant libdeps.

llvm-svn: 226418
This commit is contained in:
NAKAMURA Takumi 2015-01-19 00:35:25 +00:00
parent 6c00c8f791
commit ec7567690f
5 changed files with 0 additions and 9 deletions

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
TransformUtils

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
native

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
native

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
TransformUtils

View File

@ -1,12 +1,7 @@
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
MC
ScalarOpts
Support
TransformUtils
native
mcjit
)