From 790bc287a694075359ee5916d9f240641bf06896 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 24 Aug 2016 17:05:48 +0000 Subject: [PATCH] clang-offload-bundler: Update libdeps. llvm-svn: 279641 --- clang/tools/clang-offload-bundler/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/tools/clang-offload-bundler/CMakeLists.txt b/clang/tools/clang-offload-bundler/CMakeLists.txt index 8a554b3..90404fe 100644 --- a/clang/tools/clang-offload-bundler/CMakeLists.txt +++ b/clang/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) -- 2.7.4