[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2013-12-10 11:13:32 +00:00
parent 1f2868899a
commit 3aabdebde2
48 changed files with 291 additions and 57 deletions

View File

@@ -1,4 +1,13 @@
set(LLVM_LINK_COMPONENTS core jit interpreter native)
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
JIT
ScalarOpts
Support
nativecodegen
)
add_llvm_example(Kaleidoscope-Ch5
toy.cpp