[CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840.

llvm-svn: 219880
This commit is contained in:
NAKAMURA Takumi 2014-10-16 00:12:02 +00:00
parent f1b34cf6b6
commit 86204b21e9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
Core
MC
Support
)