summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-05-01 22:31:43 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-05-01 22:31:43 +0000
commit2bd505ef19ed45124541d9f5f5a669e70b0b806c (patch)
tree7339b0781044cc9436d8d6ea91867b1522573845
parentf1457bf082680acd3854db9106303c423c755fef (diff)
llvm-link: Add BitReader to deps corresponding to r301832.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301850 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvm-link/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-link/CMakeLists.txt b/tools/llvm-link/CMakeLists.txt
index 73177922324..051489f94bc 100644
--- a/tools/llvm-link/CMakeLists.txt
+++ b/tools/llvm-link/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ BitReader
BitWriter
Core
IRReader