mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-15 07:18:33 +00:00
clang-offload-bundler: Update libdeps.
llvm-svn: 279641
This commit is contained in:
parent
bb1322d495
commit
790bc287a6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user