[PATCH] D22986: [lldb][cmake] Remove dependency on libLLVMCoverage (NFCI)

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 17:15:17 PDT 2016


vsk created this revision.
vsk added reviewers: zturner, spyffe, clayborg.
vsk added a subscriber: llvm-commits.

This should also eliminate the libLLVMProfileData dependency, which cuts
down on the build time nicely.

This passes check-lldb.

This could lead to a functional change if lldb needs to compile *and*
instrument code, but I don't see this done anywhere and I can't imagine
a situation where this would be needed.

https://reviews.llvm.org/D22986

Files:
  cmake/LLDBDependencies.cmake

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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22986.66204.patch
Type: text/x-patch
Size: 277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160730/387f9822/attachment.bin>


More information about the llvm-commits mailing list