From: NAKAMURA Takumi Date: Wed, 8 Jul 2015 02:06:21 +0000 (+0000) Subject: [CMake] Fill up required libs, corresponding to r241653. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a0dae27a1b8c9fdc5f576d138a018f0492f6e69;p=clang [CMake] Fill up required libs, corresponding to r241653. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241660 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 2da4f4961a..10bda76b6b 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -10,6 +10,7 @@ set(LLVM_LINK_COMPONENTS Linker MC ObjCARCOpts + Object ProfileData ScalarOpts Support diff --git a/tools/driver/CMakeLists.txt b/tools/driver/CMakeLists.txt index 82eed6e66d..3f1ed40abe 100644 --- a/tools/driver/CMakeLists.txt +++ b/tools/driver/CMakeLists.txt @@ -33,6 +33,7 @@ add_clang_executable(clang target_link_libraries(clang clangBasic + clangCodeGen clangDriver clangFrontend clangFrontendTool