[CMake] Clean up unnecessary dependency
authorPetr Hosek <phosek@google.com>
Mon, 15 Mar 2021 23:26:18 +0000 (16:26 -0700)
committerPetr Hosek <phosek@google.com>
Mon, 15 Mar 2021 23:29:16 +0000 (16:29 -0700)
The LINK_COMPONENTS dependency between DebugInfoCodeView and
DebugInfoMSF is unnecessary. Breaking them would allow a more
fine-controlled distribution.

Patch By: dangyi

Differential Revision: https://reviews.llvm.org/D98465

llvm/lib/DebugInfo/CodeView/CMakeLists.txt

index 13baa5f..48cbad0 100644 (file)
@@ -45,5 +45,4 @@ add_llvm_component_library(LLVMDebugInfoCodeView
 
   LINK_COMPONENTS
   Support
-  DebugInfoMSF
   )