[PATCH] D11128: [CMake] Add missing DebugInfo libraries to llvm-shlib

Phabricator reviews at reviews.llvm.org
Mon Jul 13 12:42:01 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL242054: [CMake] Add missing DebugInfo libraries to llvm-shlib (authored by kfischer).

Changed prior to commit:
  http://reviews.llvm.org/D11128?vs=29526&id=29596#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11128

Files:
  llvm/trunk/tools/llvm-shlib/CMakeLists.txt

Index: llvm/trunk/tools/llvm-shlib/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llvm-shlib/CMakeLists.txt
+++ llvm/trunk/tools/llvm-shlib/CMakeLists.txt
@@ -15,6 +15,8 @@
     BitWriter
     CodeGen
     Core
+    DebugInfoDWARF
+    DebugInfoPDB
     ExecutionEngine
     IPA
     IPO


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11128.29596.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150713/5db5c139/attachment.bin>


More information about the llvm-commits mailing list