Skip to content

Commit 0bd6bb1

Browse files
authored
[clang-offload-bundler] Link clang-offload-bundler with Core library to fix build breakage (#2869)
Signed-off-by: Sergey Dmitriev <[email protected]>
1 parent 68fc780 commit 0bd6bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-offload-bundler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(LLVM_LINK_COMPONENTS Object Support)
1+
set(LLVM_LINK_COMPONENTS Core Object Support)
22

33
add_clang_tool(clang-offload-bundler
44
ClangOffloadBundler.cpp

0 commit comments

Comments
 (0)