[PATCH] D98465: Clean up unnecessary dependencies

Dangyi Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 12 11:24:51 PST 2021


dangyi updated this revision to Diff 330314.

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

https://reviews.llvm.org/D98465

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


Index: llvm/lib/MC/CMakeLists.txt
===================================================================
--- llvm/lib/MC/CMakeLists.txt
+++ llvm/lib/MC/CMakeLists.txt
@@ -69,7 +69,6 @@
   LINK_COMPONENTS
   Support
   BinaryFormat
-  DebugInfoCodeView
   )
 
 add_subdirectory(MCParser)
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.330314.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210312/b887527e/attachment.bin>


More information about the llvm-commits mailing list