[CMake] Add missing DebugInfo libraries to llvm-shlib
authorKeno Fischer <kfischer@college.harvard.edu>
Mon, 13 Jul 2015 19:41:51 +0000 (19:41 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Mon, 13 Jul 2015 19:41:51 +0000 (19:41 +0000)
Reviewers: beanz

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D11128

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242054 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-shlib/CMakeLists.txt

index bc1b658ba7264468aa3b56b7779107271b607d7d..54d71d3f63200ced98b7eb798e000a9fd286503f 100644 (file)
@@ -15,6 +15,8 @@ if(NOT DEFINED LLVM_DYLIB_COMPONENTS)
     BitWriter
     CodeGen
     Core
     BitWriter
     CodeGen
     Core
+    DebugInfoDWARF
+    DebugInfoPDB
     ExecutionEngine
     IPA
     IPO
     ExecutionEngine
     IPA
     IPO