From 1dad184da21828d52aeae15539bcd4fbe1c2cff4 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 31 May 2019 01:04:00 +0000 Subject: [PATCH] Fix -DBUILD_SHARED_LIBS=ON build after rL362160 Differential Revision: https://reviews.llvm.org/D62709 llvm-svn: 362180 --- lib/LTO/LLVMBuild.txt | 1 + tools/llc/CMakeLists.txt | 1 + tools/opt/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) 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