Unbreak cmake build with shared libraries enabled.
authorMatthias Braun <matze@braunis.de>
Sat, 20 Dec 2014 01:51:02 +0000 (01:51 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 20 Dec 2014 01:51:02 +0000 (01:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224661 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/CMakeLists.txt

index 559b22b2c13d01066d1bd87e69d89f6400269282..87f42e87cb41eec30bf90a1eb4dc204b38a76d6b 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Core
   LTO
   MC
   MCDisassembler