Add another missing dependency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2016-11-29 23:22:55 +00:00
parent b31b2ecb10
commit e8971cbe03

View File

@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
IRReader
BitReader
BitWriter
Core
Support