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

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 15 17:12:02 PDT 2014


Author: chapuni
Date: Wed Oct 15 19:12:02 2014
New Revision: 219880

URL: http://llvm.org/viewvc/llvm-project?rev=219880&view=rev
Log:
[CMake] clangBasic: Add Core to LINK_COMPONENTS introduced by r219840.

Modified:
    cfe/trunk/lib/Basic/CMakeLists.txt

Modified: cfe/trunk/lib/Basic/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/CMakeLists.txt?rev=219880&r1=219879&r2=219880&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/CMakeLists.txt (original)
+++ cfe/trunk/lib/Basic/CMakeLists.txt Wed Oct 15 19:12:02 2014
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
   MC
   Support
   )





More information about the cfe-commits mailing list