[PATCH] D98465: Clean up unnecessary dependency

Dangyi Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 12:05:26 PST 2021


dangyi updated this revision to Diff 330340.
dangyi retitled this revision from "Clean up unnecessary dependencies" to "Clean up unnecessary dependency".
dangyi edited the summary of this revision.

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98465/new/

https://reviews.llvm.org/D98465

Files:
  llvm/lib/DebugInfo/CodeView/CMakeLists.txt


Index: llvm/lib/DebugInfo/CodeView/CMakeLists.txt
===================================================================
--- llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -45,5 +45,4 @@
 
   LINK_COMPONENTS
   Support
-  DebugInfoMSF
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98465.330340.patch
Type: text/x-patch
Size: 283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/8b1f9037/attachment.bin>


More information about the llvm-commits mailing list