[llvm] 32bd0c1 - llvm-reduce: Try to fix dynamic libraries build

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 18:48:09 PDT 2022


Author: Matt Arsenault
Date: 2022-06-16T21:48:04-04:00
New Revision: 32bd0c1714b4733af7abb9f570e961ffc889c793

URL: https://github.com/llvm/llvm-project/commit/32bd0c1714b4733af7abb9f570e961ffc889c793
DIFF: https://github.com/llvm/llvm-project/commit/32bd0c1714b4733af7abb9f570e961ffc889c793.diff

LOG: llvm-reduce: Try to fix dynamic libraries build

Added: 
    

Modified: 
    llvm/tools/llvm-reduce/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-reduce/CMakeLists.txt b/llvm/tools/llvm-reduce/CMakeLists.txt
index fc478e60a535..61da9cb6c47d 100644
--- a/llvm/tools/llvm-reduce/CMakeLists.txt
+++ b/llvm/tools/llvm-reduce/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   AllTargetsCodeGens
   AllTargetsDescs
   AllTargetsInfos
+  Analysis
   BitReader
   BitWriter
   CodeGen


        


More information about the llvm-commits mailing list