From a2485a49e8e7de4d1440d927f153281b1a8c5076 Mon Sep 17 00:00:00 2001 From: Keno Fischer Date: Mon, 13 Jul 2015 19:41:51 +0000 Subject: [PATCH] [CMake] Add missing DebugInfo libraries to llvm-shlib 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/llvm-shlib/CMakeLists.txt b/tools/llvm-shlib/CMakeLists.txt index bc1b658ba72..54d71d3f632 100644 --- a/tools/llvm-shlib/CMakeLists.txt +++ b/tools/llvm-shlib/CMakeLists.txt @@ -15,6 +15,8 @@ if(NOT DEFINED LLVM_DYLIB_COMPONENTS) BitWriter CodeGen Core + DebugInfoDWARF + DebugInfoPDB ExecutionEngine IPA IPO -- 2.34.1