summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-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