From: NAKAMURA Takumi Date: Wed, 24 Aug 2016 17:05:48 +0000 (+0000) Subject: clang-offload-bundler: Update libdeps. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37afcb099ac2b001f4c826da7ca1d077b67a508c;p=clang clang-offload-bundler: Update libdeps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279641 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/clang-offload-bundler/CMakeLists.txt b/tools/clang-offload-bundler/CMakeLists.txt index 8a554b3453..90404fe6d3 100644 --- a/tools/clang-offload-bundler/CMakeLists.txt +++ b/tools/clang-offload-bundler/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS support) +set(LLVM_LINK_COMPONENTS BitWriter Core Object Support) add_clang_executable(clang-offload-bundler ClangOffloadBundler.cpp @@ -6,8 +6,6 @@ add_clang_executable(clang-offload-bundler set(CLANG_OFFLOAD_BUNDLER_LIB_DEPS clangBasic - LLVMBitWriter - LLVMObject ) add_dependencies(clang clang-offload-bundler)