summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-08-24 17:05:48 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-08-24 17:05:48 +0000
commit790bc287a694075359ee5916d9f240641bf06896 (patch)
treeb85dab387dd0845e10fc8f0cdd0dcb2ab5c5b6a7
parentbb1322d49510ffde956bd7d34117fced7117b636 (diff)
downloadbcm5719-llvm-790bc287a694075359ee5916d9f240641bf06896.tar.gz
bcm5719-llvm-790bc287a694075359ee5916d9f240641bf06896.zip
clang-offload-bundler: Update libdeps.
llvm-svn: 279641
-rw-r--r--clang/tools/clang-offload-bundler/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/tools/clang-offload-bundler/CMakeLists.txt b/clang/tools/clang-offload-bundler/CMakeLists.txt
index 8a554b34534..90404fe6d36 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)
OpenPOWER on IntegriCloud