[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,8 +1,11 @@
set(LLVM_LINK_COMPONENTS
asmparser
bitreader
bitwriter
jit
AsmParser
BitReader
BitWriter
Core
ExecutionEngine
JIT
Support
nativecodegen
)