[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-01-19 00:35:18 +00:00
parent 5f16ba708b
commit 5960f02b04

View File

@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
MC
ScalarOpts
Support
TransformUtils
native
mcjit
)