Skip to content

Commit be97297

Browse files
committed
added shared library to fix buildbot
Summary: added shared library to fix buildbot Subscribers: mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D49895 llvm-svn: 338091
1 parent f7bc550 commit be97297

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
set(LLVM_LINK_COMPONENTS
2+
Analysis
23
CodeGen
34
Core
45
ExecutionEngine
6+
IPO
57
IRReader
68
MC
79
MCJIT

0 commit comments

Comments
 (0)