[Lldb-commits] [PATCH] D19991: [LLDB] Fix standalone build on RHEL6

Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 6 10:09:05 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL268750: Fix standalone build on RHEL6. (authored by eugenezelenko).

Changed prior to commit:
  http://reviews.llvm.org/D19991?vs=56330&id=56430#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19991

Files:
  lldb/trunk/cmake/LLDBDependencies.cmake

Index: lldb/trunk/cmake/LLDBDependencies.cmake
===================================================================
--- lldb/trunk/cmake/LLDBDependencies.cmake
+++ lldb/trunk/cmake/LLDBDependencies.cmake
@@ -195,6 +195,7 @@
   runtimedyld
   option
   support
+  coverage
   )
 
 if ( NOT LLDB_DISABLE_PYTHON )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19991.56430.patch
Type: text/x-patch
Size: 310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160506/d61a3d37/attachment.bin>


More information about the lldb-commits mailing list