clang-offload-bundler: Update libdeps.

llvm-svn: 279641
This commit is contained in:
NAKAMURA Takumi 2016-08-24 17:05:48 +00:00
parent bb1322d495
commit 790bc287a6
1 changed files with 1 additions and 3 deletions

View File

@ -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)