diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-08-24 17:05:48 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-08-24 17:05:48 +0000 |
commit | 790bc287a694075359ee5916d9f240641bf06896 (patch) | |
tree | b85dab387dd0845e10fc8f0cdd0dcb2ab5c5b6a7 | |
parent | bb1322d49510ffde956bd7d34117fced7117b636 (diff) | |
download | bcm5719-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.txt | 4 |
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) |