r260874 - clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 14 20:29:37 PST 2016


Author: chapuni
Date: Sun Feb 14 22:29:36 2016
New Revision: 260874

URL: http://llvm.org/viewvc/llvm-project?rev=260874&view=rev
Log:
clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR.

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

Modified: cfe/trunk/lib/Index/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Index/CMakeLists.txt?rev=260874&r1=260873&r2=260874&view=diff
==============================================================================
--- cfe/trunk/lib/Index/CMakeLists.txt (original)
+++ cfe/trunk/lib/Index/CMakeLists.txt Sun Feb 14 22:29:36 2016
@@ -1,4 +1,5 @@
 set(LLVM_LINK_COMPONENTS
+  Core
   Support
   )
 




More information about the cfe-commits mailing list