[llvm] dcc0659 - Fix shared build.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 21 14:07:56 PST 2020


Author: Michael Liao
Date: 2020-11-21T17:07:42-05:00
New Revision: dcc06597b1d61d35c7246d3ab2d7a807134aaa45

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

LOG: Fix shared build.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-profgen/CMakeLists.txt b/llvm/tools/llvm-profgen/CMakeLists.txt
index 5a631195c28b..10d82c12c662 100644
--- a/llvm/tools/llvm-profgen/CMakeLists.txt
+++ b/llvm/tools/llvm-profgen/CMakeLists.txt
@@ -2,6 +2,7 @@
 set(LLVM_LINK_COMPONENTS
   AllTargetsDescs
   AllTargetsDisassemblers
+  AllTargetsInfos
   Core
   MC
   MCDisassembler


        


More information about the llvm-commits mailing list