diff options
-rw-r--r-- | clang/lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/LTO/LLVMBuild.txt | 1 | ||||
-rw-r--r-- | llvm/tools/llc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/tools/opt/CMakeLists.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index 416bc4dc312..7d418d697cf 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt @@ -17,6 +17,7 @@ set(LLVM_LINK_COMPONENTS Object Passes ProfileData + Remarks ScalarOpts Support Target diff --git a/llvm/lib/LTO/LLVMBuild.txt b/llvm/lib/LTO/LLVMBuild.txt index ed2b150ddaf..1afbe1ff2d8 100644 --- a/llvm/lib/LTO/LLVMBuild.txt +++ b/llvm/lib/LTO/LLVMBuild.txt @@ -32,6 +32,7 @@ required_libraries = ObjCARC Object Passes + Remarks Scalar Support Target diff --git a/llvm/tools/llc/CMakeLists.txt b/llvm/tools/llc/CMakeLists.txt index 130f0cd3cb9..300efdab10d 100644 --- a/llvm/tools/llc/CMakeLists.txt +++ b/llvm/tools/llc/CMakeLists.txt @@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS IRReader MC MIRParser + Remarks ScalarOpts SelectionDAG Support diff --git a/llvm/tools/opt/CMakeLists.txt b/llvm/tools/opt/CMakeLists.txt index c9e44449dc2..cb4ba5cfbce 100644 --- a/llvm/tools/opt/CMakeLists.txt +++ b/llvm/tools/opt/CMakeLists.txt @@ -15,6 +15,7 @@ set(LLVM_LINK_COMPONENTS Instrumentation MC ObjCARCOpts + Remarks ScalarOpts Support Target |