[llvm] 9466f9b - [CMake] Clean up unnecessary dependency

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 16:29:23 PDT 2021


Author: Petr Hosek
Date: 2021-03-15T16:29:16-07:00
New Revision: 9466f9b434168003f737a552410766753ef9354b

URL: https://github.com/llvm/llvm-project/commit/9466f9b434168003f737a552410766753ef9354b
DIFF: https://github.com/llvm/llvm-project/commit/9466f9b434168003f737a552410766753ef9354b.diff

LOG: [CMake] Clean up unnecessary dependency

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
index 13baa5f5e5e40..48cbad0f6751a 100644
--- a/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
@@ -45,5 +45,4 @@ add_llvm_component_library(LLVMDebugInfoCodeView
 
   LINK_COMPONENTS
   Support
-  DebugInfoMSF
   )


        


More information about the llvm-commits mailing list