summaryrefslogtreecommitdiff
path: root/tools/llvm-modextract
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-11-29 23:22:55 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-11-29 23:22:55 +0000
commite8971cbe0363c46ccf2d93c1e81ba6936366d29d (patch)
tree43837054e439508226f35da8e462dc181bef6859 /tools/llvm-modextract
parentb31b2ecb10ea6c015d556e4be800d3e8a1c8513a (diff)
Add another missing dependency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-modextract')
-rw-r--r--tools/llvm-modextract/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-modextract/CMakeLists.txt b/tools/llvm-modextract/CMakeLists.txt
index a7fa47a415c..8484b3b0fb7 100644
--- a/tools/llvm-modextract/CMakeLists.txt
+++ b/tools/llvm-modextract/CMakeLists.txt
@@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
IRReader
+ BitReader
BitWriter
Core
Support