[VIRUS PM SCAN ERROR] [PATCH] D11128: [CMake] Add missing DebugInfo libraries to llvm-shlib

Keno Fischer kfischer at college.harvard.edu
Sun Jul 12 19:24:34 PDT 2015


loladiro created this revision.
loladiro added a reviewer: beanz.
loladiro added a subscriber: llvm-commits.
loladiro set the repository for this revision to rL LLVM.

Repository:
  rL LLVM

http://reviews.llvm.org/D11128

Files:
  tools/llvm-shlib/CMakeLists.txt

Index: tools/llvm-shlib/CMakeLists.txt
===================================================================
--- tools/llvm-shlib/CMakeLists.txt
+++ 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.29526.patch
Type: text/x-patch
Size: 312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150713/84b31bfe/attachment.bin>


More information about the llvm-commits mailing list