summaryrefslogtreecommitdiff
path: root/tools/llvm-opt-fuzzer/CMakeLists.txt
diff options
context:
space:
mode:
authorIgor Laevsky <igmyrj@gmail.com>2017-11-10 15:08:14 +0000
committerIgor Laevsky <igmyrj@gmail.com>2017-11-10 15:08:14 +0000
commit68960b1207422fc5d02daa936f5727c0d2a66502 (patch)
tree0e403c117e229556609b66d227251d4f8b66e790 /tools/llvm-opt-fuzzer/CMakeLists.txt
parent41ecf7e107387020efcd34a955468487988dda69 (diff)
[llvm-opt-fuzzer] Add missed library dependence. Fir for rL317883
Differential Revision: https://reviews.llvm.org/D39555 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-opt-fuzzer/CMakeLists.txt')
-rw-r--r--tools/llvm-opt-fuzzer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-opt-fuzzer/CMakeLists.txt b/tools/llvm-opt-fuzzer/CMakeLists.txt
index 33cc489a4d5..d2fb07f96fc 100644
--- a/tools/llvm-opt-fuzzer/CMakeLists.txt
+++ b/tools/llvm-opt-fuzzer/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
+ BitReader
BitWriter
CodeGen
Core