From: Sam Clegg Date: Fri, 31 May 2019 01:04:00 +0000 (+0000) Subject: Fix -DBUILD_SHARED_LIBS=ON build after rL362160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15927a9c4b16f266da23f9d85c90d2c3faea8c1b;p=llvm Fix -DBUILD_SHARED_LIBS=ON build after rL362160 Differential Revision: https://reviews.llvm.org/D62709 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362180 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt index ed2b150ddaf..1afbe1ff2d8 100644 --- a/lib/LTO/LLVMBuild.txt +++ b/lib/LTO/LLVMBuild.txt @@ -32,6 +32,7 @@ required_libraries = ObjCARC Object Passes + Remarks Scalar Support Target diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt index 130f0cd3cb9..300efdab10d 100644 --- a/tools/llc/CMakeLists.txt +++ b/tools/llc/CMakeLists.txt @@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS IRReader MC MIRParser + Remarks ScalarOpts SelectionDAG Support diff --git a/tools/opt/CMakeLists.txt b/tools/opt/CMakeLists.txt index c9e44449dc2..cb4ba5cfbce 100644 --- a/tools/opt/CMakeLists.txt +++ b/tools/opt/CMakeLists.txt @@ -15,6 +15,7 @@ set(LLVM_LINK_COMPONENTS Instrumentation MC ObjCARCOpts + Remarks ScalarOpts Support Target